summaryrefslogtreecommitdiff
path: root/board/freescale/ls1012ardb
diff options
context:
space:
mode:
authorChaitanya Sakinam <chaitanya.sakinam@nxp.com>2020-06-09 13:51:48 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-07-27 11:46:28 +0300
commitcb1de6067aae8bd3dc8161db0d92f19a4e60942a (patch)
tree376a6d3a319def6b3ecdade8ffdcd31501e3eebe /board/freescale/ls1012ardb
parent3fba2311a3c4bbe6301fbdfbdb97f8ecba75778a (diff)
downloadu-boot-cb1de6067aae8bd3dc8161db0d92f19a4e60942a.tar.xz
armv8: ls1012a: RGMII ports require internal delay
The correct setting for the RGMII ports on LS1012ARDB is to enable delay on both Rx and Tx so the interface mode used should be PHY_INTERFACE_MODE_RGMII_ID Signed-off-by: Chaitanya Sakinam <chaitanya.sakinam@nxp.com> Signed-off-by: Anji J <anji.jagarlmudi@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/ls1012ardb')
-rw-r--r--board/freescale/ls1012ardb/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1012ardb/eth.c b/board/freescale/ls1012ardb/eth.c
index 63d40de2a3..a65ff4dc9c 100644
--- a/board/freescale/ls1012ardb/eth.c
+++ b/board/freescale/ls1012ardb/eth.c
@@ -113,7 +113,7 @@ int pfe_eth_board_init(struct udevice *dev)
/* MAC2 */
pfe_set_phy_address_mode(priv->gemac_port,
CONFIG_PFE_EMAC2_PHY_ADDR,
- PHY_INTERFACE_MODE_RGMII_TXID);
+ PHY_INTERFACE_MODE_RGMII_ID);
}
break;
case 0x2208: