]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit397a87f8eae59708fe23c199e0e0a2d47e7a0e7b
tree54d7705f781781b46c10e7369dbbe71d3479933d
parent828930c1155331fec564d37d976f5570eb1a3d1b
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