]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "net: mdio-mt7531-mmio: consolidate and improve probe"
authorTom Rini <trini@konsulko.com>
Mon, 23 Feb 2026 21:29:21 +0000 (15:29 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 23 Feb 2026 21:29:21 +0000 (15:29 -0600)
commita226944635e80a431ca0d2d38fcbf44aebaa9313
tree533ec5e0150fdc5164d7c5071156c35a5bc63e55
parentd5feb16f01b83543ac8380cff1d3967f593e6618
parent358f97fcca9a888e7f2c074d70460b92b5222c55
Merge patch series "net: mdio-mt7531-mmio: consolidate and improve probe"

Christian Marangi <ansuelsmth@gmail.com> says:

This small series consolidate header usage of mdio-mt7531-mmio driver
and improve usage in preparation for support of OF PHY autoprobe.

This driver is still not used (as it will be used by AN7581/AN7583)
in the OF mode (it's used by MT7988 for the MDIO functions)

For OF PHY to be correctly autoprobed, the MDIO driver needs to attached
to the MDIO node (the parent of the PHY nodes)

With such change the MDIO driver can be binded with the MDIO node instead
of the switch node as previously required.

Link: https://lore.kernel.org/r/20260209114515.1916-1-ansuelsmth@gmail.com