]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mvebu: Relocate PCIe node in Armada 370 RD board
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Thu, 8 Aug 2013 21:03:09 +0000 (18:03 -0300)
committerJason Cooper <jason@lakedaemon.net>
Fri, 9 Aug 2013 13:17:17 +0000 (13:17 +0000)
The pcie-controller node needs to be relocated according the MBus
DT binding, since it's now a child of the mbus-compatible node.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-370-rd.dts

index 0b3acf378a9580943b944fe76b26d1b8c802665e..f81810a596292ffa4494d5b50b34bdc974118ecf 100644 (file)
                ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
                          MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000>;
 
+               pcie-controller {
+                       status = "okay";
+
+                       /* Internal mini-PCIe connector */
+                       pcie@1,0 {
+                               /* Port 0, Lane 0 */
+                               status = "okay";
+                       };
+
+                       /* Internal mini-PCIe connector */
+                       pcie@2,0 {
+                               /* Port 1, Lane 0 */
+                               status = "okay";
+                       };
+               };
+
                internal-regs {
                        serial@12000 {
                                clock-frequency = <200000000>;
                                        gpios = <&gpio0 6 1>;
                                };
                        };
-
-                       pcie-controller {
-                               status = "okay";
-
-                               /* Internal mini-PCIe connector */
-                               pcie@1,0 {
-                                       /* Port 0, Lane 0 */
-                                       status = "okay";
-                               };
-
-                               /* Internal mini-PCIe connector */
-                               pcie@2,0 {
-                                       /* Port 1, Lane 0 */
-                                       status = "okay";
-                               };
-                       };
                };
        };
  };