Revert "net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610M"

This reverts commit 87771c9b09.

It causes an ABI breakage that we will revert after the next KABI
"break" is allowed in a week or so.

Bug: 161946584
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I55f827e4c57cb116e97961929918f451dec11b1d
This commit is contained in:
Greg Kroah-Hartman
2021-04-02 14:54:03 +02:00
parent 4ca012d8ea
commit d649abddc6

View File

@@ -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;