arm64: dts: layerscape: removed compatible string "snps,dw-pcie"
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Wed, 7 Nov 2018 05:35:32 +0000 (05:35 +0000)
committerShawn Guo <shawnguo@kernel.org>
Sat, 8 Dec 2018 02:28:38 +0000 (10:28 +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/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

index 21f2b3b..816f3a4 100644 (file)
                };
 
                pcie@3400000 {
-                       compatible = "fsl,ls1012a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1012a-pcie";
                        reg = <0x00 0x03400000 0x0 0x00100000   /* controller registers */
                               0x40 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
index 760d510..3364a7f 100644 (file)
                };
 
                pcie@3400000 {
-                       compatible = "fsl,ls1043a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1043a-pcie";
                        reg = <0x00 0x03400000 0x0 0x00100000   /* controller registers */
                               0x40 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
                };
 
                pcie@3500000 {
-                       compatible = "fsl,ls1043a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1043a-pcie";
                        reg = <0x00 0x03500000 0x0 0x00100000   /* controller registers */
                               0x48 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
                };
 
                pcie@3600000 {
-                       compatible = "fsl,ls1043a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1043a-pcie";
                        reg = <0x00 0x03600000 0x0 0x00100000   /* controller registers */
                               0x50 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
index 64d334c..54a3827 100644 (file)
                };
 
                pcie@3400000 {
-                       compatible = "fsl,ls1046a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1046a-pcie";
                        reg = <0x00 0x03400000 0x0 0x00100000   /* controller registers */
                               0x40 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
                };
 
                pcie@3500000 {
-                       compatible = "fsl,ls1046a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1046a-pcie";
                        reg = <0x00 0x03500000 0x0 0x00100000   /* controller registers */
                               0x48 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
                };
 
                pcie@3600000 {
-                       compatible = "fsl,ls1046a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1046a-pcie";
                        reg = <0x00 0x03600000 0x0 0x00100000   /* controller registers */
                               0x50 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
index 9deb9cb..b8b7100 100644 (file)
                };
 
                pcie@3400000 {
-                       compatible = "fsl,ls1088a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1088a-pcie";
                        reg = <0x00 0x03400000 0x0 0x00100000   /* controller registers */
                               0x20 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
                };
 
                pcie@3500000 {
-                       compatible = "fsl,ls1088a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1088a-pcie";
                        reg = <0x00 0x03500000 0x0 0x00100000   /* controller registers */
                               0x28 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
                };
 
                pcie@3600000 {
-                       compatible = "fsl,ls1088a-pcie", "snps,dw-pcie";
+                       compatible = "fsl,ls1088a-pcie";
                        reg = <0x00 0x03600000 0x0 0x00100000   /* controller registers */
                               0x30 0x00000000 0x0 0x00002000>; /* configuration space */
                        reg-names = "regs", "config";
index 7c882da..a5f668d 100644 (file)
 };
 
 &pcie1 {
-       compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
+       compatible = "fsl,ls2088a-pcie";
        reg = <0x00 0x03400000 0x0 0x00100000   /* controller registers */
               0x20 0x00000000 0x0 0x00002000>; /* configuration space */
 
 };
 
 &pcie2 {
-       compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
+       compatible = "fsl,ls2088a-pcie";
        reg = <0x00 0x03500000 0x0 0x00100000   /* controller registers */
               0x28 0x00000000 0x0 0x00002000>; /* configuration space */
 
 };
 
 &pcie3 {
-       compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
+       compatible = "fsl,ls2088a-pcie";
        reg = <0x00 0x03600000 0x0 0x00100000   /* controller registers */
               0x30 0x00000000 0x0 0x00002000>; /* configuration space */
 
 };
 
 &pcie4 {
-       compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
+       compatible = "fsl,ls2088a-pcie";
        reg = <0x00 0x03700000 0x0 0x00100000   /* controller registers */
               0x38 0x00000000 0x0 0x00002000>; /* configuration space */
 
index 5732e3b..f359196 100644 (file)
                };
 
                pcie1: pcie@3400000 {
-                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie",
-                                    "snps,dw-pcie";
+                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie";
                        reg-names = "regs", "config";
                        interrupts = <0 108 0x4>; /* Level high type */
                        interrupt-names = "intr";
                };
 
                pcie2: pcie@3500000 {
-                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie",
-                                    "snps,dw-pcie";
+                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie";
                        reg-names = "regs", "config";
                        interrupts = <0 113 0x4>; /* Level high type */
                        interrupt-names = "intr";
                };
 
                pcie3: pcie@3600000 {
-                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie",
-                                    "snps,dw-pcie";
+                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie";
                        reg-names = "regs", "config";
                        interrupts = <0 118 0x4>; /* Level high type */
                        interrupt-names = "intr";
                };
 
                pcie4: pcie@3700000 {
-                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie",
-                                    "snps,dw-pcie";
+                       compatible = "fsl,ls2080a-pcie", "fsl,ls2085a-pcie";
                        reg-names = "regs", "config";
                        interrupts = <0 123 0x4>; /* Level high type */
                        interrupt-names = "intr";