Skip to content

Commit 0d99633

Browse files
mwalleShawn Guo
authored andcommitted
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: ab43f03 ("arm64: dts: ls1028a: sl28: add support for variant 2") Signed-off-by: Michael Walle <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 1641b23 commit 0d99633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
};
5454

5555
&mscc_felix_port0 {
56-
label = "gbe0";
56+
label = "swp0";
5757
phy-handle = <&phy0>;
5858
phy-mode = "sgmii";
5959
status = "okay";
6060
};
6161

6262
&mscc_felix_port1 {
63-
label = "gbe1";
63+
label = "swp1";
6464
phy-handle = <&phy1>;
6565
phy-mode = "sgmii";
6666
status = "okay";

0 commit comments

Comments
 (0)