On Wed, Jun 19, 2019 at 11:47:23AM +0200, Maxime Ripard wrote: > The phy-mode device tree property has been deprecated in favor of > phy-connection-type, let's replace it. Hi Maxime net/ethernet/stmicro/stmmac/dwmac-mediatek.c: dev_err(plat->dev, "not find phy-mode\n"); net/ethernet/stmicro/stmmac/dwmac-anarion.c: dev_err(&pdev->dev, "Unsupported phy-mode (%d)\n", net/ethernet/stmicro/stmmac/dwmac-meson8b.c: dev_err(dwmac->dev, "fail to set phy-mode %s\n", net/ethernet/stmicro/stmmac/dwmac-meson8b.c: dev_err(dwmac->dev, "fail to set phy-mode %s\n", net/ethernet/stmicro/stmmac/dwmac-meson8b.c: dev_err(dwmac->dev, "unsupported phy-mode %s\n", net/ethernet/stmicro/stmmac/dwmac-meson8b.c: dev_err(&pdev->dev, "missing phy-mode property\n"); As a follow up patch, you might want to change these error messages. Andrew