Skip to content

Commit

Permalink
net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flag
Browse files Browse the repository at this point in the history
Don't reset the phy without respect to the PHY library state machine
because this breaks the phy IRQ mode. The same behaviour can be archived
now by specifying the refclk.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Marco Felsch authored and David S. Miller committed Sep 9, 2020
1 parent bedd8d7 commit d65af21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/phy/smsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ static struct phy_driver smsc_phy_driver[] = {
.name = "SMSC LAN8710/LAN8720",

/* PHY_BASIC_FEATURES */
.flags = PHY_RST_AFTER_CLK_EN,

.probe = smsc_phy_probe,
.remove = smsc_phy_remove,
Expand Down

0 comments on commit d65af21

Please sign in to comment.