mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00: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
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue