Skip to content

Commit

Permalink
ARM: mvebu: a38x: Fix node names
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Maxime Ripard authored and Andrew Lunn committed Jan 9, 2015
1 parent dd7d2be commit 4a25432
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-380.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

soc {
internal-regs {
pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6810-pinctrl";
reg = <0x18000 0x20>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-385-db.dts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
phy-mode = "rgmii-id";
};

mdio {
mdio@72004 {
phy0: ethernet-phy@0 {
reg = <0>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-385-rd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
};


mdio {
mdio@72004 {
phy0: ethernet-phy@0 {
reg = <0>;
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-385.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

soc {
internal-regs {
pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6820-pinctrl";
reg = <0x18000 0x20>;
};
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/armada-38x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
status = "disabled";
};

pinctrl {
pinctrl@18000 {
compatible = "marvell,mv88f6820-pinctrl";
reg = <0x18000 0x20>;
};
Expand Down Expand Up @@ -373,7 +373,7 @@
status = "disabled";
};

mdio {
mdio@72004 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "marvell,orion-mdio";
Expand Down

0 comments on commit 4a25432

Please sign in to comment.