]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit16e8bc8c09af9136b8b9728e4ff6ed083d7b024c
tree367e99da27fa17eb69d67f732e6d1645054765d0
parent56c7a0652a0f9bb725ef1095a276d8f977e375ca
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