Skip to content
Snippets Groups Projects
Commit 23ef5aea authored by Michal Simek's avatar Michal Simek Committed by Jagan Teki
Browse files

spi: zynq_spi: Add cadence compatible string


Extend compatible list table for cdns,spi-r1p6 compatible string.

Reviewed-by: default avatarJagan Teki <jteki@openedev.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 53cc647d
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,7 @@ static const struct dm_spi_ops zynq_spi_ops = {
static const struct udevice_id zynq_spi_ids[] = {
{ .compatible = "xlnx,zynq-spi-r1p6" },
{ .compatible = "cdns,spi-r1p6" },
{ }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment