From: Madalin Bucur Date: Fri, 18 Aug 2017 08:37:20 +0000 (+0300) Subject: armv8: ls1043/ls1046aqds: add support for RGMII_TXID X-Git-Tag: v2017.09~19^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=10710b4ec5f3fbe5857564d835bf5f3be34d5ccc;p=u-boot armv8: ls1043/ls1046aqds: add support for RGMII_TXID Signed-off-by: Madalin Bucur Acked-by: Joe Hershberger Acked-by: York Sun --- diff --git a/board/freescale/ls1043aqds/eth.c b/board/freescale/ls1043aqds/eth.c index bf263761f1..3411bed276 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 046db11261..95be02a1b2 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)