[U-Boot] [PATCH] armv8: ls1043/ls1046aqds: add support for RGMII_TXID
Madalin Bucur
madalin.bucur at nxp.com
Fri Aug 18 08:37:20 UTC 2017
Signed-off-by: Madalin Bucur <madalin.bucur at nxp.com>
---
board/freescale/ls1043aqds/eth.c | 1 +
board/freescale/ls1046aqds/eth.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/board/freescale/ls1043aqds/eth.c b/board/freescale/ls1043aqds/eth.c
index bf26376..3411bed 100644
--- a/board/freescale/ls1043aqds/eth.c
+++ b/board/freescale/ls1043aqds/eth.c
@@ -476,6 +476,7 @@ int board_eth_init(bd_t *bis)
}
break;
case PHY_INTERFACE_MODE_RGMII:
+ case PHY_INTERFACE_MODE_RGMII_TXID:
if (i == FM1_DTSEC3)
mdio_mux[i] = EMI1_RGMII1;
else if (i == FM1_DTSEC4)
diff --git a/board/freescale/ls1046aqds/eth.c b/board/freescale/ls1046aqds/eth.c
index 046db11..95be02a 100644
--- a/board/freescale/ls1046aqds/eth.c
+++ b/board/freescale/ls1046aqds/eth.c
@@ -397,6 +397,7 @@ int board_eth_init(bd_t *bis)
}
break;
case PHY_INTERFACE_MODE_RGMII:
+ case PHY_INTERFACE_MODE_RGMII_TXID:
if (i == FM1_DTSEC3)
mdio_mux[i] = EMI1_RGMII1;
else if (i == FM1_DTSEC4)
--
2.1.0
More information about the U-Boot
mailing list