mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
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:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user