mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user