net: spacemit: display phy driver information

Print the PHY driver used and interrupt status after connection.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260201100001.33102-1-amadeus@jmu.edu.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Chukun Pan
2026-02-01 18:00:01 +08:00
committed by Jakub Kicinski
parent a22f57757f
commit fd102acfd3

View File

@@ -1634,6 +1634,8 @@ static int emac_phy_connect(struct net_device *ndev)
emac_update_delay_line(priv);
phy_attached_info(phydev);
err_node_put:
of_node_put(np);
return ret;