Skip to content

Commit 7141209

Browse files
Rafał Miłeckiffainelli
authored andcommitted
ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port
Primary Ethernet interface is connected to the port 8 (not 5). Fixes: 6461282 ("ARM: dts: BCM53573: Add Tenda AC9 switch ports") Signed-off-by: Rafał Miłecki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent fa6371d commit 7141209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/broadcom/bcm47189-tenda-ac9.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
label = "lan4";
136136
};
137137

138-
port@5 {
139-
reg = <5>;
138+
port@8 {
139+
reg = <8>;
140140
label = "cpu";
141141
ethernet = <&gmac0>;
142142
};

0 commit comments

Comments
 (0)