> The phydrv->mdiodrv.flags can be accessible only after call to 
> of_phy_connect()/phy_connect(), 

You need to use a function like of_phy_find_device() to get the
phydev, set the flag, and then call phy_connect_direct(). 

        Andrew

Reply via email to