summaryrefslogtreecommitdiff
path: root/board/freescale/corenet_ds/eth_p4080.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/corenet_ds/eth_p4080.c')
-rw-r--r--board/freescale/corenet_ds/eth_p4080.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/corenet_ds/eth_p4080.c b/board/freescale/corenet_ds/eth_p4080.c
index 1f00c14530..b87b0922ac 100644
--- a/board/freescale/corenet_ds/eth_p4080.c
+++ b/board/freescale/corenet_ds/eth_p4080.c
@@ -96,6 +96,8 @@ struct mii_dev *mii_dev_for_muxval(u32 muxval)
#if defined(CONFIG_SYS_P4080_ERRATUM_SERDES9) && defined(CONFIG_PHY_TERANETICS)
int board_phy_config(struct phy_device *phydev)
{
+ if (phydev->drv->config)
+ phydev->drv->config(phydev);
if (phydev->drv->uid == PHY_UID_TN2020) {
unsigned long timeout = 1 * 1000; /* 1 seconds */
enum srds_prtcl device;