commit | 13114f38e2ccea9386726d8b9831dfc310589548 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Thu May 07 00:11:51 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 07 11:05:00 2020 -0400 |
tree | 367e99da27fa17eb69d67f732e6d1645054765d0 | |
parent | a234ae863a413d371a0abc36f9e0aa9c1726e331 [diff] |
phy: atheros: Explicitly disable RGMII delays To eliminate any doubts about the out-of-reset value of the PHY, that the driver previously relied on. If bisecting shows that this commit breaks your board you probably have a wrong PHY interface mode. You probably want the PHY_INTERFACE_MODE_RGMII_RXID or PHY_INTERFACE_MODE_RGMII_ID mode. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>