arm64: dts: ls1028a: sl28: keep switch port names consistent
authorMichael Walle <michael@walle.cc>
Tue, 19 May 2020 21:03:19 +0000 (23:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 14:58:15 +0000 (22:58 +0800)
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: ab43f0307449 ("arm64: dts: ls1028a: sl28: add support for variant 2")
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts

index 901b5b1..dd764b7 100644 (file)
 };
 
 &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";