ARM: dts: ls1021a: removed compatible string "snps,dw-pcie"
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Wed, 7 Nov 2018 05:35:27 +0000 (05:35 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 02:02:23 +0000 (10:02 +0800)
Removed the wrong compatible string "snps,dw-pcie", in case
match incorrect driver.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a.dtsi

index b769e0e40553c3ffcd5b124404ca0128da7790d4..fc9831b902679df2c077ef036eba78ea8f349e12 100644 (file)
                };
 
                pcie@3400000 {
-                       compatible = "fsl,ls1021a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1021a-pcie";
                        reg = <0x00 0x03400000 0x0 0x00010000   /* controller registers */
                               0x40 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
                };
 
                pcie@3500000 {
-                       compatible = "fsl,ls1021a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1021a-pcie";
                        reg = <0x00 0x03500000 0x0 0x00010000   /* controller registers */
                               0x48 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";