Commit 4a25432b authored by Maxime Ripard's avatar Maxime Ripard Committed by Andrew Lunn

ARM: mvebu: a38x: Fix node names

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
parent dd7d2be1
......@@ -32,7 +32,7 @@ cpu@0 {
soc {
internal-regs {
pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6810-pinctrl";
reg = <0x18000 0x20>;
};
......
......@@ -74,7 +74,7 @@ ethernet@70000 {
phy-mode = "rgmii-id";
};
mdio {
mdio@72004 {
phy0: ethernet-phy@0 {
reg = <0>;
};
......
......@@ -67,7 +67,7 @@ ethernet@70000 {
};
mdio {
mdio@72004 {
phy0: ethernet-phy@0 {
reg = <0>;
};
......
......@@ -37,7 +37,7 @@ cpu@1 {
soc {
internal-regs {
pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6820-pinctrl";
reg = <0x18000 0x20>;
};
......
......@@ -193,7 +193,7 @@ serial@12100 {
status = "disabled";
};
pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6820-pinctrl";
reg = <0x18000 0x20>;
};
......@@ -373,7 +373,7 @@ eth0: ethernet@70000 {
status = "disabled";
};
mdio {
mdio@72004 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "marvell,orion-mdio";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment