Skip to content

Commit 56e12d0

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,23 +126,23 @@
126126

127127
ports {
128128
port@0 {
129-
label = "lan4";
129+
label = "wan";
130130
};
131131

132132
port@1 {
133-
label = "lan3";
133+
label = "lan1";
134134
};
135135

136136
port@2 {
137137
label = "lan2";
138138
};
139139

140140
port@3 {
141-
label = "lan1";
141+
label = "lan3";
142142
};
143143

144144
port@4 {
145-
label = "wan";
145+
label = "lan4";
146146
};
147147
};
148148
};

0 commit comments

Comments
 (0)