diff options
| author | Christian Marangi | 2023-06-16 09:32:52 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-06-16 09:41:35 +0000 |
| commit | 11ad38f0bb5e3a34bd328a299e61d49b84b326b2 (patch) | |
| tree | 351d9b2864dad386e71033a11212b158dc21d27c | |
| parent | 55993f1fc13c415a4b5a70c69d5586421bad9073 (diff) | |
| download | openwrt-11ad38f0bb5e3a34bd328a299e61d49b84b326b2.tar.gz | |
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)
| -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 |