OSDN Git Service

net: phy: micrel: make sure the factory test bit is cleared
authorAntoine Tenart <antoine.tenart@bootlin.com>
Fri, 26 Apr 2019 16:41:23 +0000 (18:41 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Apr 2019 03:17:21 +0000 (23:17 -0400)
commit7a1d8390d015a13c42b1effa1f22fda0858fe6f9
tree54d7705f781781b46c10e7369dbbe71d3479933d
parent88d6272acaaa4bfb03da0a87a8754ec431471680
net: phy: micrel: make sure the factory test bit is cleared

The KSZ8081 PHY has a factory test mode which is set at the de-assertion
of the reset line based on the RXER (KSZ8081RNA/RND) or TXC
(KSZ8081MNX/RNB) pin. If a pull-down is missing, or if the pin has a
pull-up, the factory test mode should be cleared by manually writing a 0
(according to the datasheet). This patch makes sure this factory test
bit is cleared in config_init().

Tested-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/micrel.c