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 <rafal@milecki.pl> Link: https://lore.kernel.org/r/20230723195416.7831-1-zajec5@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent fa6371d commit 7141209

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)