phy: atheros: Explicitly disable RGMII delays
authorVladimir Oltean <vladimir.oltean@nxp.com>
Wed, 6 May 2020 22:11:51 +0000 (00:11 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 7 May 2020 15:05:00 +0000 (11:05 -0400)
commit13114f38e2ccea9386726d8b9831dfc310589548
tree367e99da27fa17eb69d67f732e6d1645054765d0
parenta234ae863a413d371a0abc36f9e0aa9c1726e331
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>
drivers/net/phy/atheros.c