[openwrt/openwrt] Revert "ipq806x: disable cache and fabric devfreq driver to improve stability"
LEDE Commits
lede-commits at lists.infradead.org
Fri Jun 16 13:31:30 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/11ad38f0bb5e3a34bd328a299e61d49b84b326b2
commit 11ad38f0bb5e3a34bd328a299e61d49b84b326b2
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri Jun 16 11:32:52 2023 +0200
Revert "ipq806x: disable cache and fabric devfreq driver to improve stability"
This reverts commit 60fc93b35935a88b1e31d853a0abacf0847d8de4.
Reenable devfreq and revert for both 5.15 and 6.1.
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
(cherry picked from commit 37e459321360aab13ed89647ed5c5033281047ae)
---
target/linux/ipq806x/config-5.15 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ipq806x/config-5.15 b/target/linux/ipq806x/config-5.15
index 286f327e39..720e3236a3 100644
--- a/target/linux/ipq806x/config-5.15
+++ b/target/linux/ipq806x/config-5.15
@@ -35,8 +35,8 @@ CONFIG_ARM_CPU_SUSPEND=y
CONFIG_ARM_CRYPTO=y
CONFIG_ARM_GIC=y
CONFIG_ARM_HAS_SG_CHAIN=y
-# CONFIG_ARM_IPQ806X_FAB_DEVFREQ is not set
-# CONFIG_ARM_KRAIT_CACHE_DEVFREQ is not set
+CONFIG_ARM_IPQ806X_FAB_DEVFREQ=y
+CONFIG_ARM_KRAIT_CACHE_DEVFREQ=y
CONFIG_ARM_L1_CACHE_SHIFT=6
CONFIG_ARM_L1_CACHE_SHIFT_6=y
CONFIG_ARM_PATCH_IDIV=y
More information about the lede-commits
mailing list