Revert "net: bcmgenet: Request APD, DLL disable and IDDQ-SR"

This reverts commit c3a4c69360, which
broke rebooting when network booting.

See: https://github.com/raspberrypi/rpi-eeprom/issues/417

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
Phil Elwell
2022-03-07 16:18:55 +00:00
committed by Dom Cobley
parent 0839fcb80f
commit c0438d0775

View File

@@ -285,9 +285,7 @@ int bcmgenet_mii_probe(struct net_device *dev)
struct device_node *dn = kdev->of_node; struct device_node *dn = kdev->of_node;
phy_interface_t phy_iface = priv->phy_interface; phy_interface_t phy_iface = priv->phy_interface;
struct phy_device *phydev; struct phy_device *phydev;
u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE | u32 phy_flags = 0;
PHY_BRCM_DIS_TXCRXC_NOENRGY |
PHY_BRCM_IDDQ_SUSPEND;
int ret; int ret;
/* Communicate the integrated PHY revision */ /* Communicate the integrated PHY revision */