diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c index dbed15dc0fe7..6f6e64f81924 100644 --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c @@ -340,10 +340,6 @@ static int bcm54xx_config_init(struct phy_device *phydev) bcm54xx_adjust_rxrefclk(phydev); switch (BRCM_PHY_MODEL(phydev)) { - case PHY_ID_BCM50610: - case PHY_ID_BCM50610M: - err = bcm54xx_config_clock_delay(phydev); - break; case PHY_ID_BCM54210E: err = bcm54210e_config_init(phydev); break;