Re: [PATCH] net: ftgmac100: Fixed NC-SI PHY device cannot get

2024-09-09 Thread Leo Liang
On Fri, Jun 28, 2024 at 03:14:45PM +0800, Jacky Chou wrote: > The NC-SI interface does not need the MDIO bus and the > NC-SI PHY device cannot get from dm_eth_phy_connect. > Therefore, use phy_connect directly here. > > Signed-off-by: Jacky Chou > --- > drivers/net/ftgmac100.c | 2 +- > 1 file c

[PATCH] net: ftgmac100: Fixed NC-SI PHY device cannot get

2024-06-28 Thread Jacky Chou
The NC-SI interface does not need the MDIO bus and the NC-SI PHY device cannot get from dm_eth_phy_connect. Therefore, use phy_connect directly here. Signed-off-by: Jacky Chou --- drivers/net/ftgmac100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ftgmac100.c