commit | be2eb3ad8fa748d075e28328ab454f702d10bc4f | [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 | a0e02c66194593a9983229781c2c6fb51f5b052f [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>