diff options
| author | Madalin Bucur <[email protected]> | 2017-08-18 11:37:20 +0300 |
|---|---|---|
| committer | Joe Hershberger <[email protected]> | 2017-09-07 13:23:52 -0500 |
| commit | 10710b4ec5f3fbe5857564d835bf5f3be34d5ccc (patch) | |
| tree | 5695a82334602303b509eb734be565a265ac131a | |
| parent | 0b1e58067202316680423a6aafa73a9828ee07cc (diff) | |
armv8: ls1043/ls1046aqds: add support for RGMII_TXID
Signed-off-by: Madalin Bucur <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Acked-by: York Sun <[email protected]>
| -rw-r--r-- | board/freescale/ls1043aqds/eth.c | 1 | ||||
| -rw-r--r-- | board/freescale/ls1046aqds/eth.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1043aqds/eth.c b/board/freescale/ls1043aqds/eth.c index bf263761f1d..3411bed2767 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 046db112617..95be02a1b24 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) |
