]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC5300
authorChester A. Unal <chester.a.unal@arinc9.com>
Mon, 3 Mar 2025 13:06:50 +0000 (13:06 +0000)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Sat, 8 Mar 2025 15:03:46 +0000 (07:03 -0800)
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>
arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts

index 6c666dc7ad23ef7c31ac22904c39789838caea2e..01ec8c03686a66dd1efa439333f83737fe572191 100644 (file)
 
        ports {
                port@0 {
-                       label = "lan4";
+                       label = "wan";
                };
 
                port@1 {
-                       label = "lan3";
+                       label = "lan1";
                };
 
                port@2 {
                };
 
                port@3 {
-                       label = "lan1";
+                       label = "lan3";
                };
 
                port@4 {
-                       label = "wan";
+                       label = "lan4";
                };
        };
 };