bcm53xx: add BCM53573 Ethernet fix sent upstream for v6.6
authorRafał Miłecki <rafal@milecki.pl>
Sun, 23 Jul 2023 20:41:18 +0000 (22:41 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Sat, 29 Jul 2023 18:39:31 +0000 (20:39 +0200)
commitc39a3f1b16c5bac7d498ffa9a955f6569377fcc1
tree221441fdc3b30a11d1d3dccd2105c2ddd17dd1f4
parent056742885e12871086953e7ca01cd7bdfe507830
bcm53xx: add BCM53573 Ethernet fix sent upstream for v6.6

It seems that DSA-based b53 driver never worked with BCM53573 SoCs and
BCM53125.

In case of swconfig-based b53 this fixes a regression. Switching bgmac
from using mdiobus_register() to of_mdiobus_register() resulted in MDIO
device (BCM53125) having of_node set (see of_mdiobus_register_phy()).
That made downstream b53 driver read invalid data from DT and broke
Ethernet support.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 79fd3e62b4910731c13692b2daa2083e0f95c023)
target/linux/bcm53xx/patches-5.10/131-ARM-dts-BCM53573-Fix-Tenda-AC9-switch-CPU-port.patch [new file with mode: 0644]