Re: [PATCH v2 2/2] net: am65-cpsw: cpsw_mdio: Switch to proper DM_MDIO framework

2024-03-07 Thread Tom Rini
On Wed, Feb 28, 2024 at 12:35:27PM +0200, Roger Quadros wrote: > 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

Re: [PATCH v2 2/2] net: am65-cpsw: cpsw_mdio: Switch to proper DM_MDIO framework

2024-03-01 Thread Ravi Gunasekaran
On 2/28/24 4:05 PM, Roger Quadros wrote: > 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 >

[PATCH v2 2/2] net: am65-cpsw: cpsw_mdio: Switch to proper DM_MDIO framework

2024-02-28 Thread Roger Quadros
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