commit | fced6b65fa9cc0009ed1f909f9053a4fd4a9de57 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@kernel.org> | Wed Feb 28 12:35:27 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 07 07:59:16 2024 -0500 |
tree | e3072944615bdb3caaa780383b3a4c167a61af9c | |
parent | b4ef5a1bb47ca90414ea77061161bd53f4a4dcad [diff] |
net: am65-cpsw: cpsw_mdio: Switch to proper DM_MDIO framework Add a new Kconfig symbol MDIO_TI_CPSW for the CPSW MDIO driver and build it with proper DM support if enabled. If MDIO_TI_CPSW is not enabled then we continue to behave like before. Clean up MDIO custom handling in am65-cpsw and use dm_eth_phy_connect() to get the PHY. Signed-off-by: Roger Quadros <rogerq@kernel.org> Tested-by: Ravi Gunasekaran <r-gunasekaran@ti.com>