Hi Kishon, > > + phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate); > > + if (IS_ERR(phy_provider)) > > + return PTR_ERR(phy_provider); > > registering phy provider multiple times.. Doh. Sorry for the noise, will send a v4 shortly. regards, Peter.