commit | 052bff838ba34a8f882800fdd78d97370565d2c5 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@kernel.org> | Tue Mar 05 15:24:53 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 26 19:58:26 2024 -0400 |
tree | 512052ff056871da850beee596e2fd694e8a5f3a | |
parent | e99a6efa80eaf69aa07d5845f6d2bb362a81c0dd [diff] |
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>