mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 08:17:06 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From 6c7d38b478307d7e2067ff588d52bd8b84c4a50c Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Mon, 7 Mar 2022 16:18:55 +0000
|
|
Subject: [PATCH] Revert "net: bcmgenet: Request APD, DLL disable and IDDQ-SR"
|
|
|
|
This reverts commit c3a4c69360ab43560f212eed326c9d8bde35b14c, which
|
|
broke rebooting when network booting.
|
|
|
|
See: https://github.com/raspberrypi/rpi-eeprom/issues/417
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
drivers/net/ethernet/broadcom/genet/bcmmii.c | 4 +---
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
--- a/drivers/net/ethernet/broadcom/genet/bcmmii.c
|
|
+++ b/drivers/net/ethernet/broadcom/genet/bcmmii.c
|
|
@@ -304,9 +304,7 @@ int bcmgenet_mii_probe(struct net_device
|
|
struct device_node *dn = kdev->of_node;
|
|
phy_interface_t phy_iface = priv->phy_interface;
|
|
struct phy_device *phydev;
|
|
- u32 phy_flags = PHY_BRCM_AUTO_PWRDWN_ENABLE |
|
|
- PHY_BRCM_DIS_TXCRXC_NOENRGY |
|
|
- PHY_BRCM_IDDQ_SUSPEND;
|
|
+ u32 phy_flags = 0;
|
|
int ret;
|
|
|
|
/* Communicate the integrated PHY revision */
|