diff options
| author | Tom Rini <[email protected]> | 2017-09-07 14:48:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-07 14:48:23 -0400 |
| commit | ec6bc928bbe852a5dae242d24cfd28f868f6286c (patch) | |
| tree | ade207598033634b45378cfef46d3a9da0d99b2d /board | |
| parent | b5b82abcf59a063612b403f4169e121bf3a21351 (diff) | |
| parent | e4691564ccd366618934e70b7f621df7e1c5d70b (diff) | |
Merge git://git.denx.de/u-boot-net
Diffstat (limited to 'board')
| -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) |
