This series of patches add support of internal switch mdio interface. The series can be split on two parts: * fixes of existing code (patches 1--3) * make switch mii/mdio really working on airoha (patches 4--7)
Mikhail Kshevetskiy (7): net: airoha_eth: fix mdio binding to switch device net: airoha_eth: use proper switch node for en7523 case net: mdio-mt7531-mmio: fix switch regs initialization configs: an7581: add mii/mdio support arm: dts: an7581: add mdio child node to switch node configs: en7523: add mii/mdio support arm: dts: en7523: add mdio child node to switch node arch/arm/dts/an7581-u-boot.dtsi | 5 +++++ arch/arm/dts/en7523-u-boot.dtsi | 5 +++++ configs/an7581_evb_defconfig | 3 +++ configs/en7523_evb_defconfig | 3 +++ drivers/net/Kconfig | 2 +- drivers/net/airoha_eth.c | 7 ++++--- drivers/net/mdio-mt7531-mmio.c | 7 ++++++- 7 files changed, 27 insertions(+), 5 deletions(-) -- 2.51.0

