mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-18 17:23:25 +08:00
spi: xilinx: Add new compatible strings
Add xlnx,xps-spi-2.00.a/b which is compatible string listed in the Linux kernel. Remove origin one which has no real background. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
fe94b48de2
commit
76de51a6da
@ -287,7 +287,8 @@ static const struct dm_spi_ops xilinx_spi_ops = {
|
||||
};
|
||||
|
||||
static const struct udevice_id xilinx_spi_ids[] = {
|
||||
{ .compatible = "xlnx,xilinx-spi" },
|
||||
{ .compatible = "xlnx,xps-spi-2.00.a" },
|
||||
{ .compatible = "xlnx,xps-spi-2.00.b" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user