Skip to content

Commit 06d87ce

Browse files
ffainellidavem330
authored andcommitted
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>
1 parent f0528ce commit 06d87ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/adi/bfin_mac.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,6 @@ static int bfin_mac_open(struct net_device *dev)
15571557
return ret;
15581558

15591559
phy_start(lp->phydev);
1560-
phy_write(lp->phydev, MII_BMCR, BMCR_RESET);
15611560
setup_system_regs(dev);
15621561
setup_mac_addr(dev->dev_addr);
15631562

0 commit comments

Comments
 (0)