ARM: mvebu: a38x: Fix node names
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 8 Jan 2015 17:38:05 +0000 (18:38 +0100)
committerAndrew Lunn <andrew@lunn.ch>
Fri, 9 Jan 2015 15:16:04 +0000 (09:16 -0600)
Some nodes in the DTs have a reg property but no unit name in their node name.

This contradicts the way the ePAPR defines the node names. Fix this.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
arch/arm/boot/dts/armada-380.dtsi
arch/arm/boot/dts/armada-385-db.dts
arch/arm/boot/dts/armada-385-rd.dts
arch/arm/boot/dts/armada-385.dtsi
arch/arm/boot/dts/armada-38x.dtsi

index 4173a8a..13400ce 100644 (file)
@@ -32,7 +32,7 @@
 
        soc {
                internal-regs {
-                       pinctrl {
+                       pinctrl@18000 {
                                compatible = "marvell,mv88f6810-pinctrl";
                                reg = <0x18000 0x20>;
                        };
index 2aaa9d2..212605c 100644 (file)
@@ -74,7 +74,7 @@
                                phy-mode = "rgmii-id";
                        };
 
-                       mdio {
+                       mdio@72004 {
                                phy0: ethernet-phy@0 {
                                        reg = <0>;
                                };
index aaca286..74a3bfe 100644 (file)
@@ -67,7 +67,7 @@
                        };
 
 
-                       mdio {
+                       mdio@72004 {
                                phy0: ethernet-phy@0 {
                                        reg = <0>;
                                };
index 6283d79..5249a4d 100644 (file)
@@ -37,7 +37,7 @@
 
        soc {
                internal-regs {
-                       pinctrl {
+                       pinctrl@18000 {
                                compatible = "marvell,mv88f6820-pinctrl";
                                reg = <0x18000 0x20>;
                        };
index 74391da..ada1f20 100644 (file)
                                status = "disabled";
                        };
 
-                       pinctrl {
+                       pinctrl@18000 {
                                compatible = "marvell,mv88f6820-pinctrl";
                                reg = <0x18000 0x20>;
                        };
                                status = "disabled";
                        };
 
-                       mdio {
+                       mdio@72004 {
                                #address-cells = <1>;
                                #size-cells = <0>;
                                compatible = "marvell,orion-mdio";