]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
spi: xilinx: Add new compatible strings
authorMichal Simek <michal.simek@xilinx.com>
Fri, 11 Dec 2015 11:41:14 +0000 (12:41 +0100)
committerJagan Teki <jteki@openedev.com>
Fri, 11 Dec 2015 16:42:24 +0000 (22:12 +0530)
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>
drivers/spi/xilinx_spi.c

index 0713714e526b7c8d743ff7b30534fcbc4b0a25eb..a951a7753d848f7d6b4d7a0483189ec1eaeb115d 100644 (file)
@@ -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" },
        { }
 };