summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/realtek.c
diff options
context:
space:
mode:
authorMartin Blumenstingl2016-11-25 14:12:00 +0100
committerDavid S. Miller2016-11-28 18:06:54 +0100
commite5f3a4a56ce2a707b2fb8ce37e4414dcac89c672 (patch)
tree95a01ceac0cc23920e99113fed1e4693a0461a27 /drivers/net/phy/realtek.c
parentnet, sched: respect rcu grace period on cls destruction (diff)
downloadkernel-qcow2-linux-e5f3a4a56ce2a707b2fb8ce37e4414dcac89c672.tar.gz
kernel-qcow2-linux-e5f3a4a56ce2a707b2fb8ce37e4414dcac89c672.tar.xz
kernel-qcow2-linux-e5f3a4a56ce2a707b2fb8ce37e4414dcac89c672.zip
Documentation: devicetree: clarify usage of the RGMII phy-modes
RGMII requires special RX and/or TX delays depending on the actual hardware circuit/wiring. These delays can be added by the MAC, the PHY or the designer of the circuit (the latter means that no delay has to be added by PHY or MAC). There are 4 RGMII phy-modes used describe where a delay should be applied: - rgmii: the RX and TX delays are either added by the MAC (where the exact delay is typically configurable, and can be turned off when no extra delay is needed) or not needed at all (because the hardware wiring adds the delay already). The PHY should neither add the RX nor TX delay in this case. - rgmii-rxid: configures the PHY to enable the RX delay. The MAC should not add the RX delay in this case. - rgmii-txid: configures the PHY to enable the TX delay. The MAC should not add the TX delay in this case. - rgmii-id: combines rgmii-rxid and rgmii-txid and thus configures the PHY to enable the RX and TX delays. The MAC should neither add the RX nor TX delay in this case. Document these cases in the ethernet.txt documentation to make it clear when to use each mode. If applied incorrectly one might end up with MAC and PHY both enabling for example the TX delay, which breaks ethernet TX traffic on 1000Mbit/s links. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/realtek.c')
0 files changed, 0 insertions, 0 deletions