We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f36be commit a9e976dCopy full SHA for a9e976d
drivers/net/ethernet/broadcom/genet/bcmmii.c
@@ -292,9 +292,7 @@ int bcmgenet_mii_probe(struct net_device *dev)
292
struct device_node *dn = kdev->of_node;
293
phy_interface_t phy_iface = priv->phy_interface;
294
struct phy_device *phydev;
295
- u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE |
296
- PHY_BRCM_DIS_TXCRXC_NOENRGY |
297
- PHY_BRCM_IDDQ_SUSPEND;
+ u32 phy_flags = 0;
298
int ret;
299
300
/* Communicate the integrated PHY revision */
0 commit comments