]> git.sur5r.net Git - u-boot/commit
phy: marvell: Do not reset phy after negotiation
authorMichal Simek <michal.simek@xilinx.com>
Wed, 18 May 2016 12:46:28 +0000 (14:46 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 24 May 2016 11:17:59 +0000 (13:17 +0200)
commit1b008fdb06848c7c84e7c1a4a9b2b76239550555
tree1711dda99781ebe6b960886b19fc7dbed8c553de
parent7a673f0b0642fc542b464a91957bdd44179296b2
phy: marvell: Do not reset phy after negotiation

The patch
"net: phy: do not read configuration register on reset"
(sha1: a058052c358c3ecf5f394ff37def6a45eb26768c)
was causing regression on zynq zc702 board where Marwell 88e1118
phy was resetted after negotiation was setup.
Phy reset is done pretty early in phy_connect_dev() and doens't need to
be called again in phy code.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/phy/marvell.c