summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorCalvin Johnson <calvin.johnson@nxp.com>2017-10-16 06:26:50 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-10-17 04:31:05 (GMT)
commit07dce79a554c7fcdd79b2d5f8907cd56489f7ec3 (patch)
tree4e9e72a6f9b5839ab9863207a5600d7f464c1ead /drivers/net
parent39bd068cb8a00148200bb5396e72b3b41950c89b (diff)
downloadu-boot-07dce79a554c7fcdd79b2d5f8907cd56489f7ec3.tar.xz
board: freescale: ls1012a: fix RGMII tx delay issue
Recently logic to enable RGMII tx delay was changed by below patch. "net: phy: realtek: fix enabling of the TX-delay for RTL8211F" Based on the patch, here we are enabling the tx delay again. Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com> Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi@nxp.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/pfe_eth/pfe_eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pfe_eth/pfe_eth.c b/drivers/net/pfe_eth/pfe_eth.c
index 8d8de40..4db823f 100644
--- a/drivers/net/pfe_eth/pfe_eth.c
+++ b/drivers/net/pfe_eth/pfe_eth.c
@@ -27,7 +27,7 @@ struct gemac_s gem_info[] = {
/* phy iface */
.phy_address = EMAC2_PHY_ADDR,
- .phy_mode = PHY_INTERFACE_MODE_RGMII,
+ .phy_mode = PHY_INTERFACE_MODE_RGMII_TXID,
},
};