commit | ef621da7f87a4e6907276595dbb9b6eba8784ddf | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Tue Jun 06 09:22:40 2017 -0700 |
committer | York Sun <york.sun@nxp.com> | Mon Jun 12 12:18:14 2017 -0700 |
tree | df13062cd45938595652d2829c497ba1e61e9667 | |
parent | e02eae6f978017b12261fe273cefae513f84a389 [diff] |
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>