[PATCH] ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300
Chester A. Unal via B4 Relay
devnull+chester.a.unal.arinc9.com at kernel.org
Mon Mar 3 05:06:50 PST 2025
From: "Chester A. Unal" <chester.a.unal at arinc9.com>
After using the device for a while, Tom reports that he initially described
the switch port labels incorrectly. Correct them.
Reported-by: Tom Brautaset <tbrautaset at gmail.com>
Fixes: 961dedc6b4e4 ("ARM: dts: BCM5301X: Add DT for ASUS RT-AC5300")
Signed-off-by: Chester A. Unal <chester.a.unal at arinc9.com>
---
arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts b/arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts
index 6c666dc7ad23ef7c31ac22904c39789838caea2e..01ec8c03686a66dd1efa439333f83737fe572191 100644
--- a/arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts
+++ b/arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts
@@ -126,11 +126,11 @@ &srab {
ports {
port at 0 {
- label = "lan4";
+ label = "wan";
};
port at 1 {
- label = "lan3";
+ label = "lan1";
};
port at 2 {
@@ -138,11 +138,11 @@ port at 2 {
};
port at 3 {
- label = "lan1";
+ label = "lan3";
};
port at 4 {
- label = "wan";
+ label = "lan4";
};
};
};
---
base-commit: 768953614c1c13fdf771be5742f1be573eea8fa4
change-id: 20250303-for-broadcom-fix-rt-ac5300-switch-ports-776b704ed279
Best regards,
--
Chester A. Unal <chester.a.unal at arinc9.com>
More information about the linux-arm-kernel
mailing list