Software reset the phy via bmcr_reset bit
int genphy_soft_reset(struct phy_device * phydev);
phydev
target phy_device struct
Perform a software PHY reset using the standard BMCR_RESET bit and poll for the reset bit to be cleared.
0 on success, < 0 on failure