ARM: dts: armada-370: Fixup pcie DT warnings
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / armada-370-db.dts
index d26115085ea1a093a2a9f0e04991915fba2b0201..f3adc187c6a5db0b3894bbea6350583d2657f724 100644 (file)
                                };
                        };
                };
-
-               pcie-controller {
-                       status = "okay";
-                       /*
-                        * The two PCIe units are accessible through
-                        * both standard PCIe slots and mini-PCIe
-                        * slots on the board.
-                        */
-                       pcie@1,0 {
-                               /* Port 0, Lane 0 */
-                               status = "okay";
-                       };
-
-                       pcie@2,0 {
-                               /* Port 1, Lane 0 */
-                               status = "okay";
-                       };
-               };
        };
 
        sound {
                compatible = "linux,spdif-dir";
        };
 };
+
+&pciec {
+       status = "okay";
+       /*
+        * The two PCIe units are accessible through
+        * both standard PCIe slots and mini-PCIe
+        * slots on the board.
+        */
+       pcie@1,0 {
+               /* Port 0, Lane 0 */
+               status = "okay";
+       };
+
+       pcie@2,0 {
+               /* Port 1, Lane 0 */
+               status = "okay";
+       };
+};
+
 &mdio {
        pinctrl-0 = <&mdio_pins>;
        pinctrl-names = "default";