Commit 8077f593 authored by Andre Heider's avatar Andre Heider Committed by Gregory CLEMENT

arm64: dts: marvell: espressobin: Simplify v7 ethernet port labeling

Now that the switch ports have a label in the .dtsi, simplify the whole
"switch0" block for the v7 dts files.
Signed-off-by: default avatarAndre Heider <a.heider@gmail.com>
Reviewed-by: default avatarPali Rohár <pali@kernel.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 3cea11cd
......@@ -28,20 +28,12 @@ aliases {
};
};
&switch0 {
ports {
switch0port1: port@1 {
reg = <1>;
&switch0port1 {
label = "lan1";
phy-handle = <&switch0phy0>;
};
};
switch0port3: port@3 {
reg = <3>;
&switch0port3 {
label = "wan";
phy-handle = <&switch0phy2>;
};
};
};
/* U11 */
......
......@@ -27,18 +27,10 @@ aliases {
};
};
&switch0 {
ports {
switch0port1: port@1 {
reg = <1>;
&switch0port1 {
label = "lan1";
phy-handle = <&switch0phy0>;
};
};
switch0port3: port@3 {
reg = <3>;
&switch0port3 {
label = "wan";
phy-handle = <&switch0phy2>;
};
};
};
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