]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00288564 Revert "ENGR00277241 imx: pcie: Re-correct the pcie dts"
authorRichard Zhu <r65037@freescale.com>
Thu, 7 Nov 2013 08:34:31 +0000 (16:34 +0800)
committerRichard Zhu <r65037@freescale.com>
Wed, 20 Nov 2013 06:10:24 +0000 (14:10 +0800)
switch to community upstreamed pcie driver.
Revert "ENGR00277241 imx: pcie: Re-correct the pcie dts"
This reverts commit 611f8d430690643f828ba94f8cab52e45bbfcca9.

Signed-off-by: Richard Zhu <r65037@freescale.com>
arch/arm/boot/dts/imx6q.dtsi
arch/arm/boot/dts/imx6qdl.dtsi

index b7c670bc363c3f3bd5628f3465594f3512791c62..019314ff053157984406d27607cc95640986d694 100644 (file)
                        status = "disabled";
                };
 
+                pcie: pcie@01000000 {
+                       compatible = "fsl,imx-pcie";
+                       device_type = "pci";
+                       reg = <0x01ffc000 0x4000>;
+                       reg-names = "pcie_reg";
+                       interrupts = <0 123 0x04>;
+                       interrupt-names = "imx_pcie";
+                       clocks = <&clks 144>, <&clks 189>, <&clks 211>, <&clks 212>;
+                       clock-names = "pcie_axi", "pcie_ref", "pcie_bus_in", "pcie_bus_out";
+                       #address-cells = <3>;
+                       #size-cells = <2>;
+                       ranges = <0x00000800 0 0x01f00000 0x01f00000 0 0x00080000   /* configuration space */
+                                 0x81000000 0 0          0x01f80000 0 0x00010000   /* downstream I/O */
+                                 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
+                       num-lanes = <1>;
+                       status = "disabled";
+               };
+
                aips-bus@02000000 { /* AIPS1 */
                        spba-bus@02000000 {
                                ecspi5: ecspi@02018000 {
index 8c5dcc38f95e3e24e85229825dc25f52c8cc49e3..3ee2b5ee2a5fe54769119239dd570e64b3b8130d 100644 (file)
                        interrupts = <0 94 0x04>;
                };
 
-                pcie: pcie@01000000 {
-                       compatible = "fsl,imx-pcie";
-                       device_type = "pci";
-                       reg = <0x01ffc000 0x4000>;
-                       reg-names = "pcie_reg";
-                       interrupts = <0 123 0x04>;
-                       interrupt-names = "imx_pcie";
-                       clocks = <&clks 144>, <&clks 189>, <&clks 211>, <&clks 212>;
-                       clock-names = "pcie_axi", "pcie_ref", "pcie_bus_in", "pcie_bus_out";
-                       #address-cells = <3>;
-                       #size-cells = <2>;
-                       ranges = <0x00000800 0 0x01f00000 0x01f00000 0 0x00080000   /* configuration space */
-                                 0x81000000 0 0          0x01f80000 0 0x00010000   /* downstream I/O */
-                                 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
-                       num-lanes = <1>;
-                       status = "disabled";
-               };
-
                aips-bus@02000000 { /* AIPS1 */
                        compatible = "fsl,aips-bus", "simple-bus";
                        #address-cells = <1>;