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 aae2d6e commit 22877a1Copy full SHA for 22877a1
drivers/net/ethernet/broadcom/genet/bcmmii.c
@@ -304,9 +304,7 @@ int bcmgenet_mii_probe(struct net_device *dev)
304
struct device_node *dn = kdev->of_node;
305
phy_interface_t phy_iface = priv->phy_interface;
306
struct phy_device *phydev;
307
- u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE |
308
- PHY_BRCM_DIS_TXCRXC_NOENRGY |
309
- PHY_BRCM_IDDQ_SUSPEND;
+ u32 phy_flags = 0;
310
int ret;
311
312
/* Communicate the integrated PHY revision */
0 commit comments