diff options
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index f74bf91e78c..50bb53de5eb 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -1103,6 +1103,7 @@ static int tg3_mdio_init(struct tg3 *tp) | |||
1103 | case TG3_PHY_ID_BCM50610M: | 1103 | case TG3_PHY_ID_BCM50610M: |
1104 | phydev->dev_flags |= PHY_BRCM_CLEAR_RGMII_MODE | | 1104 | phydev->dev_flags |= PHY_BRCM_CLEAR_RGMII_MODE | |
1105 | PHY_BRCM_RX_REFCLK_UNUSED | | 1105 | PHY_BRCM_RX_REFCLK_UNUSED | |
1106 | PHY_BRCM_DIS_TXCRXC_NOENRGY | | ||
1106 | PHY_BRCM_AUTO_PWRDWN_ENABLE; | 1107 | PHY_BRCM_AUTO_PWRDWN_ENABLE; |
1107 | if (tp->tg3_flags3 & TG3_FLG3_RGMII_STD_IBND_DISABLE) | 1108 | if (tp->tg3_flags3 & TG3_FLG3_RGMII_STD_IBND_DISABLE) |
1108 | phydev->dev_flags |= PHY_BRCM_STD_IBND_DISABLE; | 1109 | phydev->dev_flags |= PHY_BRCM_STD_IBND_DISABLE; |