diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-16 11:32:52 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-16 11:41:35 +0200 |
commit | 11ad38f0bb5e3a34bd328a299e61d49b84b326b2 (patch) | |
tree | 351d9b2864dad386e71033a11212b158dc21d27c /target/linux | |
parent | 55993f1fc13c415a4b5a70c69d5586421bad9073 (diff) | |
download | upstream-11ad38f0bb5e3a34bd328a299e61d49b84b326b2.tar.gz upstream-11ad38f0bb5e3a34bd328a299e61d49b84b326b2.tar.bz2 upstream-11ad38f0bb5e3a34bd328a299e61d49b84b326b2.zip |
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@gmail.com>
(cherry picked from commit 37e459321360aab13ed89647ed5c5033281047ae)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/config-5.15 | 4 |
1 files 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 |