summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChester A. Unal <chester.a.unal@arinc9.com>2025-03-03 13:06:50 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-03-28 22:04:51 +0100
commit45beded21ed3450bf007407837e2c4c86a3b6aba (patch)
tree0899f931b76fc285d1dff1e6a1a534a9b6ad7fc1 /arch
parentf2253815757bf74e8f5fe2d69764c3c5117ae0a9 (diff)
downloadlinux-45beded21ed3450bf007407837e2c4c86a3b6aba.tar.gz
linux-45beded21ed3450bf007407837e2c4c86a3b6aba.tar.bz2
linux-45beded21ed3450bf007407837e2c4c86a3b6aba.zip
ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300
[ Upstream commit 56e12d0c8d395b6e48f128858d4f725c1ded6c95 ] 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@gmail.com> Fixes: 961dedc6b4e4 ("ARM: dts: BCM5301X: Add DT for ASUS RT-AC5300") Signed-off-by: Chester A. Unal <chester.a.unal@arinc9.com> Link: https://lore.kernel.org/r/20250303-for-broadcom-fix-rt-ac5300-switch-ports-v1-1-e058856ef4d3@arinc9.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts8
1 files 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 6c666dc7ad23..01ec8c03686a 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 @@
ports {
port@0 {
- label = "lan4";
+ label = "wan";
};
port@1 {
- label = "lan3";
+ label = "lan1";
};
port@2 {
@@ -138,11 +138,11 @@
};
port@3 {
- label = "lan1";
+ label = "lan3";
};
port@4 {
- label = "wan";
+ label = "lan4";
};
};
};