Commit 0d99633f authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo
Browse files

arm64: dts: ls1028a: sl28: keep switch port names consistent



Keep the switch port labels consistent across the different board
variants. If the user wants to rename them, it should be done in
user-space.

Fixes: ab43f030 ("arm64: dts: ls1028a: sl28: add support for variant 2")
Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1641b234
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,14 +53,14 @@
};

&mscc_felix_port0 {
	label = "gbe0";
	label = "swp0";
	phy-handle = <&phy0>;
	phy-mode = "sgmii";
	status = "okay";
};

&mscc_felix_port1 {
	label = "gbe1";
	label = "swp1";
	phy-handle = <&phy1>;
	phy-mode = "sgmii";
	status = "okay";