]> Git Repo - u-boot.git/commit
net: phy: realtek: fix enabling of the TX-delay for RTL8211F
authorMadalin Bucur <[email protected]>
Fri, 18 Aug 2017 08:35:24 +0000 (11:35 +0300)
committerJoe Hershberger <[email protected]>
Thu, 7 Sep 2017 18:23:52 +0000 (13:23 -0500)
commit05b29aa0cb6875e1d91eec5ba1949e8d0c1f2618
tree3dce5cb3d851091bb844a6958ca9452f3a7462f4
parent84a42069f253554dbc2c7b4bbd28149a7a88c0ab
net: phy: realtek: fix enabling of the TX-delay for RTL8211F

The old logic always enabled the TX-delay when the phy-mode was set to
PHY_INTERFACE_MODE_RGMII. With this patch we enable the TX delay for
PHY_INTERFACE_MODE_RGMII_ID and PHY_INTERFACE_MODE_RGMII_TXID and
disable it for PHY_INTERFACE_MODE_RGMII.

Based on a similar change made in the Linux Realtek PHY driver
by Martin Blumenstingl <[email protected]>.

Signed-off-by: Madalin Bucur <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Acked-by: York Sun <[email protected]>
drivers/net/phy/realtek.c
This page took 0.031211 seconds and 4 git commands to generate.