aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-10-27 21:59:10 -0400
committerTom Rini <trini@konsulko.com>2017-10-27 21:59:10 -0400
commitbb3d9ed3a9efc64cf05295167cddfe0adf2fb7d9 (patch)
tree30dcc843c2f5599ccb836ce9fe86123f0650b0d9 /board
parent33fe271278aea4ac9301230fb168d83d1d62c7b5 (diff)
parent9b3f40ad092ff2633eefa7e8a4a713f71c9cb8cb (diff)
downloadu-boot-bb3d9ed3a9efc64cf05295167cddfe0adf2fb7d9.zip
u-boot-bb3d9ed3a9efc64cf05295167cddfe0adf2fb7d9.tar.gz
u-boot-bb3d9ed3a9efc64cf05295167cddfe0adf2fb7d9.tar.bz2
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'board')
-rw-r--r--board/freescale/ls1088a/eth_ls1088aqds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1088a/eth_ls1088aqds.c b/board/freescale/ls1088a/eth_ls1088aqds.c
index de70aee..7fe446e 100644
--- a/board/freescale/ls1088a/eth_ls1088aqds.c
+++ b/board/freescale/ls1088a/eth_ls1088aqds.c
@@ -634,6 +634,7 @@ int board_eth_init(bd_t *bis)
for (i = WRIOP1_DPMAC1; i < NUM_WRIOP_PORTS; i++) {
switch (wriop_get_enet_if(i)) {
case PHY_INTERFACE_MODE_RGMII:
+ case PHY_INTERFACE_MODE_RGMII_ID:
ls1088a_handle_phy_interface_rgmii(i);
break;
case PHY_INTERFACE_MODE_QSGMII: