Skip to content

Commit 76db2d4

Browse files
Martin Fuzzeydavem330
authored andcommitted
net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
The LAN8740, like the 8720, also requires a reset after enabling clock. The datasheet [1] 3.8.5.1 says: "During a Hardware reset, an external clock must be supplied to the XTAL1/CLKIN signal." I have observed this issue on a custom i.MX6 based board with the LAN8740A. [1] http://ww1.microchip.com/downloads/en/DeviceDoc/8740a.pdf Signed-off-by: Martin Fuzzey <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5566744 commit 76db2d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/phy/smsc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ static struct phy_driver smsc_phy_driver[] = {
327327
.name = "SMSC LAN8740",
328328

329329
/* PHY_BASIC_FEATURES */
330+
.flags = PHY_RST_AFTER_CLK_EN,
330331

331332
.probe = smsc_phy_probe,
332333

0 commit comments

Comments
 (0)