Home
last modified time | relevance | path

Searched hist:ef621da7f87a4e6907276595dbb9b6eba8784ddf (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/phy/
H A Dmarvell.cef621da7f87a4e6907276595dbb9b6eba8784ddf Tue Jun 06 16:22:40 UTC 2017 York Sun <york.sun@nxp.com> net: phy: marvell: Fix init function for m88e1145

Commit a058052c changed the generic phy_reset() to clear all bits in
BMCR. This inevitably clears the ANEG bit. m88e1145 requires any
change to ANEG bit to be followed by a software reset. This seems to
be different from other PHYs. Implement read-modify-write procedure
for this PHY init.

Signed-off-by: York Sun <york.sun@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>