Skip to content
Snippets Groups Projects
Commit 431be621 authored by Mario Six's avatar Mario Six Committed by Joe Hershberger
Browse files

net: phy: marvell 88e151x: Fix handling of bare RGMII interface type


Commit 68e6ecad ("net: phy: marvell 88e151x: Fix handling of RGMII
interface types") fixed the initialization of 88e151x phys, but made it
so that interfaces of type PHY_INTERFACE_MODE_RGMII had both RX and TX
delay bits cleared. The default (like in m88e1111s_config) is to have
both bits set.

Hence, this patch changes the behavior in the PHY_INTERFACE_MODE_RGMII
case so that both bits are set.

Signed-off-by: default avatarMario Six <mario.six@gdsys.cc>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 76f11d3a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment