Commit 56e12d0c 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-AC5300



After using the device for a while, Tom reports that he initially described
the switch port labels incorrectly. Correct them.

Reported-by: default avatarTom Brautaset <tbrautaset@gmail.com>
Fixes: 961dedc6 ("ARM: dts: BCM5301X: Add DT for ASUS RT-AC5300")
Signed-off-by: default avatarChester 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: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent c24f272a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -126,11 +126,11 @@ &srab {

	ports {
		port@0 {
			label = "lan4";
			label = "wan";
		};

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

		port@2 {
@@ -138,11 +138,11 @@ port@2 {
		};

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

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