summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarty Jones2024-02-05 16:08:02 +0000
committerÁlvaro Fernández Rojas2024-02-05 17:30:33 +0000
commit94c9504bc712eb182c7cfec44bb5bbb8884412f6 (patch)
treef3b9795e8d80cb05dd5d57e64763d175eb998270
parent2047a626847cb92cb038fdfebf0d425843a5bf6a (diff)
downloadopenwrt-94c9504bc712eb182c7cfec44bb5bbb8884412f6.tar.gz
bcm27xx: bcm2712: switch default ASPM policy to Powersave
Fixes instability issues with NVMe drives on RPi 5 Signed-off-by: Marty Jones <mj8263788@gmail.com>
-rw-r--r--target/linux/bcm27xx/bcm2712/config-6.14
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/bcm2712/config-6.1 b/target/linux/bcm27xx/bcm2712/config-6.1
index 0236825cf5..19644c8b67 100644
--- a/target/linux/bcm27xx/bcm2712/config-6.1
+++ b/target/linux/bcm27xx/bcm2712/config-6.1
@@ -440,8 +440,8 @@ CONFIG_PCIEAER_INJECT=y
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEFAULT is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
-# CONFIG_PCIEASPM_POWERSAVE is not set
-CONFIG_PCIEASPM_POWER_SUPERSAVE=y
+CONFIG_PCIEASPM_POWERSAVE=y
+# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIE_BRCMSTB=y
CONFIG_PCIE_DPC=y