Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: bfin_mac: do not reset PHY after phy_start()
The PHY is already reset during driver probing, and this manual reset after calling phy_start() will wipe out board-specific PHY fixups and driver specific configuration initialization. Remove that explicit PHY reset. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information