Commit 24d4c56d authored by Chester A. Unal's avatar Chester A. Unal Committed by Florian Fainelli
Browse files

ARM: dts: BCM5301X: Fix switch port labels of ASUS RT-AC3200



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: default avatarTom Brautaset <tbrautaset@gmail.com>
Fixes: b1162390 ("ARM: dts: BCM5301X: Add DT for ASUS RT-AC3200")
Signed-off-by: default avatarChester 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: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 56e12d0c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -124,19 +124,19 @@ port@0 {
		};

		port@1 {
			label = "lan1";
			label = "lan4";
		};

		port@2 {
			label = "lan2";
			label = "lan3";
		};

		port@3 {
			label = "lan3";
			label = "lan2";
		};

		port@4 {
			label = "lan4";
			label = "lan1";
		};
	};
};