-
- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
- index 92b7ca9..eeb2ee5 100644
- --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
- +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
- @@ -184,6 +184,7 @@ static int stmmac_dt_phy(struct plat_stmmacenet_data *plat,
-
- if (of_match_node(need_mdio_ids, np)) {
- plat->mdio_node = of_get_child_by_name(np, "mdio");
- + pr_info("%s %p\n", __func__, plat->mdio_node);
- } else {
- /**
- * If snps,dwmac-mdio is passed from DT, always register
-