summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-09-07 18:48:23 (GMT)
committerTom Rini <trini@konsulko.com>2017-09-07 18:48:23 (GMT)
commitec6bc928bbe852a5dae242d24cfd28f868f6286c (patch)
treeade207598033634b45378cfef46d3a9da0d99b2d /board
parentb5b82abcf59a063612b403f4169e121bf3a21351 (diff)
parente4691564ccd366618934e70b7f621df7e1c5d70b (diff)
downloadu-boot-ec6bc928bbe852a5dae242d24cfd28f868f6286c.tar.xz
Merge git://git.denx.de/u-boot-net
Diffstat (limited to 'board')
-rw-r--r--board/freescale/ls1043aqds/eth.c1
-rw-r--r--board/freescale/ls1046aqds/eth.c1
2 files changed, 2 insertions, 0 deletions
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)