Re: [PATCH 2/3] net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver

2022-05-15 Thread Ramon Fried
On Tue, May 10, 2022 at 2:26 PM Michal Simek wrote: > > From: T Karthik Reddy > > CONFIG_DM_ETH_PHY enables support to utilize generic ethernet phy > framework. Though if ethernet PHY node is in other ethernet node, it > will use shared MDIO to access the PHY of other ethernet. Move ethernet > pr

[PATCH 2/3] net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver

2022-05-10 Thread Michal Simek
From: T Karthik Reddy CONFIG_DM_ETH_PHY enables support to utilize generic ethernet phy framework. Though if ethernet PHY node is in other ethernet node, it will use shared MDIO to access the PHY of other ethernet. Move ethernet print info statement from plat function to probe function, as phyadd