Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

	soc {
		internal-regs {
			pinctrl {
			pinctrl@18000 {
				compatible = "marvell,mv88f6810-pinctrl";
				reg = <0x18000 0x20>;
			};
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
				phy-mode = "rgmii-id";
			};

			mdio {
			mdio@72004 {
				phy0: ethernet-phy@0 {
					reg = <0>;
				};
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
			};


			mdio {
			mdio@72004 {
				phy0: ethernet-phy@0 {
					reg = <0>;
				};
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

	soc {
		internal-regs {
			pinctrl {
			pinctrl@18000 {
				compatible = "marvell,mv88f6820-pinctrl";
				reg = <0x18000 0x20>;
			};
+2 −2
Original line number Diff line number Diff line
@@ -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";