Message ID | 20200908112520.3439-6-m.felsch@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/smsc.c index 7a1a7e13db85..0e618d2b6aba 100644 --- a/drivers/net/phy/smsc.c +++ b/drivers/net/phy/smsc.c @@ -331,7 +331,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,
Don't reset the phy without respect to the phy-state-machine because this breaks the phy IRQ mode. We can archive the same behaviour if the refclk in is specified. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- v2: - adapt the subject to align with previous patch drivers/net/phy/smsc.c | 1 - 1 file changed, 1 deletion(-)