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 <[email protected]>
---
 .../boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts 
b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts
index 901b5b161def..dd764b720fb0 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts
@@ -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";
-- 
2.20.1

Reply via email to