From: Chukun Pan Date: Sun, 1 Feb 2026 10:00:01 +0000 (+0800) Subject: net: spacemit: display phy driver information X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd102acfd362de60a941d24f0836278d839b9391;p=thirdparty%2Fkernel%2Flinux.git net: spacemit: display phy driver information Print the PHY driver used and interrupt status after connection. Signed-off-by: Chukun Pan Reviewed-by: Andrew Lunn Link: https://patch.msgid.link/20260201100001.33102-1-amadeus@jmu.edu.cn Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/spacemit/k1_emac.c b/drivers/net/ethernet/spacemit/k1_emac.c index 23b6f1531e0c..40c9504b7444 100644 --- a/drivers/net/ethernet/spacemit/k1_emac.c +++ b/drivers/net/ethernet/spacemit/k1_emac.c @@ -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;