1
0
Fork 0

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: 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>
hifive-unleashed-5.1
Maxime Ripard 2015-01-08 18:38:05 +01:00 committed by Andrew Lunn
parent dd7d2be1d2
commit 4a25432b13
5 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
soc {
internal-regs {
pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6810-pinctrl";
reg = <0x18000 0x20>;
};

View File

@ -74,7 +74,7 @@
phy-mode = "rgmii-id";
};
mdio {
mdio@72004 {
phy0: ethernet-phy@0 {
reg = <0>;
};

View File

@ -67,7 +67,7 @@
};
mdio {
mdio@72004 {
phy0: ethernet-phy@0 {
reg = <0>;
};

View File

@ -37,7 +37,7 @@
soc {
internal-regs {
pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6820-pinctrl";
reg = <0x18000 0x20>;
};

View File

@ -193,7 +193,7 @@
status = "disabled";
};
pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6820-pinctrl";
reg = <0x18000 0x20>;
};
@ -373,7 +373,7 @@
status = "disabled";
};
mdio {
mdio@72004 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "marvell,orion-mdio";