Re: [PATCH V2 46/49] net: eqos: add function to get phy node and address

2022-07-03 Thread Ramon Fried
On Mon, Jun 27, 2022 at 5:44 AM Peng Fan (OSS) wrote: > > From: Ye Li > > Since new atheros PHY driver needs to access its PHY node through > phy device, we have to assign the phy node in ethernet controller > driver. Otherwise the PHY driver will fail to get some nodes > and properties. > > Sign

[PATCH V2 46/49] net: eqos: add function to get phy node and address

2022-06-26 Thread Peng Fan (OSS)
From: Ye Li Since new atheros PHY driver needs to access its PHY node through phy device, we have to assign the phy node in ethernet controller driver. Otherwise the PHY driver will fail to get some nodes and properties. Signed-off-by: Ye Li Signed-off-by: Peng Fan --- drivers/net/dwc_eth_qos