]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ftgmac100: Fixed NC-SI PHY device cannot get
authorJacky Chou <jacky_chou@aspeedtech.com>
Fri, 28 Jun 2024 07:14:45 +0000 (15:14 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 11 Sep 2024 12:34:35 +0000 (20:34 +0800)
commita0f4e43c59ad046f5d09f1a96aa8dec35c963cfc
treef2d9f4d80b4e6a60d2d6e18c8bfe0c84a5b13204
parent21d5d5e55be85d70c06c5bad0139837665ed4699
net: ftgmac100: Fixed NC-SI PHY device cannot get

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 <jacky_chou@aspeedtech.com>
Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/net/ftgmac100.c