commit | 3ccbb4be828cf54b3d79385ab106edd329ecb4cf | [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 | 3e7330e147bbcfae1df96d3463d7a797f674be61 [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>