Message ID | 20200519210319.21319-1-michael@walle.cc (mailing list archive) |
---|---|
State | Mainlined |
Commit | 0d99633fd04f6bdfc3ff8ed6632aad27e742821c |
Headers | show |
Series | arm64: dts: ls1028a: sl28: keep switch port names consistent | expand |
On Tue, May 19, 2020 at 11:03:19PM +0200, Michael Walle wrote: > 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> Applied, thanks.
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";
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> --- .../boot/dts/freescale/fsl-ls1028a-kontron-sl28-var2.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)