Skip to content

Commit

Permalink
ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port
Browse files Browse the repository at this point in the history
[ Upstream commit 7141209 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Rafał Miłecki authored and gregkh committed Sep 13, 2023
1 parent 976eca4 commit 0ef736f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm47189-tenda-ac9.dts
Expand Up @@ -135,8 +135,8 @@
label = "lan4";
};

port@5 {
reg = <5>;
port@8 {
reg = <8>;
label = "cpu";
ethernet = <&gmac0>;
};
Expand Down

0 comments on commit 0ef736f

Please sign in to comment.