ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC3200
authorChester A. Unal <chester.a.unal@arinc9.com>
Tue, 4 Mar 2025 15:55:36 +0000 (15:55 +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. Apparently, ASUS's own firmware also
describes them incorrectly. Correct them to what is seen on the chassis.

Reported-by: Tom Brautaset <tbrautaset@gmail.com>
Fixes: b116239094d8 ("ARM: dts: BCM5301X: Add DT for ASUS RT-AC3200")
Signed-off-by: Chester A. Unal <chester.a.unal@arinc9.com>
Link: https://lore.kernel.org/r/20250304-for-broadcom-fix-rt-ac3200-switch-ports-v1-1-7e249a19a13e@arinc9.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm4709-asus-rt-ac3200.dts

index 53cb0c58f6d0574f4f13c6aeb1d1bc5961d80379..3da2daee0c849d536df94c868849af7610cc1ded 100644 (file)
                };
 
                port@1 {
-                       label = "lan1";
+                       label = "lan4";
                };
 
                port@2 {
-                       label = "lan2";
+                       label = "lan3";
                };
 
                port@3 {
-                       label = "lan3";
+                       label = "lan2";
                };
 
                port@4 {
-                       label = "lan4";
+                       label = "lan1";
                };
        };
 };