Skip to content

Commit 24d4c56

Browse files
arinc9ffainelli
authored andcommitted
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: Tom Brautaset <tbrautaset@gmail.com> Fixes: b116239 ("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>
1 parent 56e12d0 commit 24d4c56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/broadcom/bcm4709-asus-rt-ac3200.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,19 @@
124124
};
125125

126126
port@1 {
127-
label = "lan1";
127+
label = "lan4";
128128
};
129129

130130
port@2 {
131-
label = "lan2";
131+
label = "lan3";
132132
};
133133

134134
port@3 {
135-
label = "lan3";
135+
label = "lan2";
136136
};
137137

138138
port@4 {
139-
label = "lan4";
139+
label = "lan1";
140140
};
141141
};
142142
};

0 commit comments

Comments
 (0)