Skip to content

Commit a9e976d

Browse files
pelwellpopcornmix
authored andcommitted
Revert "net: bcmgenet: Request APD, DLL disable and IDDQ-SR"
This reverts commit c3a4c69, which broke rebooting when network booting. See: raspberrypi/rpi-eeprom#417 Signed-off-by: Phil Elwell <[email protected]>
1 parent b6f36be commit a9e976d

File tree

1 file changed

+1
-3
lines changed
  • drivers/net/ethernet/broadcom/genet

1 file changed

+1
-3
lines changed

drivers/net/ethernet/broadcom/genet/bcmmii.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ int bcmgenet_mii_probe(struct net_device *dev)
292292
struct device_node *dn = kdev->of_node;
293293
phy_interface_t phy_iface = priv->phy_interface;
294294
struct phy_device *phydev;
295-
u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE |
296-
PHY_BRCM_DIS_TXCRXC_NOENRGY |
297-
PHY_BRCM_IDDQ_SUSPEND;
295+
u32 phy_flags = 0;
298296
int ret;
299297

300298
/* Communicate the integrated PHY revision */

0 commit comments

Comments
 (0)