]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: mdio-uclass: Bind and probe generic Ethernet PHY driver
authorRoger Quadros <rogerq@kernel.org>
Tue, 5 Mar 2024 13:24:53 +0000 (15:24 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 26 Mar 2024 23:58:26 +0000 (19:58 -0400)
commit052bff838ba34a8f882800fdd78d97370565d2c5
tree512052ff056871da850beee596e2fd694e8a5f3a
parente99a6efa80eaf69aa07d5845f6d2bb362a81c0dd
net: mdio-uclass: Bind and probe generic Ethernet PHY driver

If DM_ETH_PHY is enabled then try to bind and probe the
generic Ethernet PHY driver for each child of MDIO bus.

This is to ensure that GPIO reset handling is done if available
before MDIO bus driver scans for the PHYs.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
net/mdio-uclass.c