From: Marty Jones Date: Mon, 5 Feb 2024 16:08:02 +0000 (-0500) Subject: bcm27xx: bcm2712: switch default ASPM policy to Powersave X-Git-Tag: v24.10.0-rc1~3144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c9504bc712eb182c7cfec44bb5bbb8884412f6;p=thirdparty%2Fopenwrt.git bcm27xx: bcm2712: switch default ASPM policy to Powersave Fixes instability issues with NVMe drives on RPi 5 Signed-off-by: Marty Jones --- diff --git a/target/linux/bcm27xx/bcm2712/config-6.1 b/target/linux/bcm27xx/bcm2712/config-6.1 index 0236825cf55..19644c8b673 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