summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChukun Pan2023-10-16 15:18:03 +0000
committerHauke Mehrtens2023-10-28 16:31:43 +0000
commit00e3447926d9abd5acb01e52299deeba7fec8672 (patch)
treeba625a9a58bc7f14b9fdb814e439ba74914a7299
parentb25c7548e07ad8775f8511ba8276bf3ecb4409ba (diff)
downloadopenwrt-00e3447926d9abd5acb01e52299deeba7fec8672.tar.gz
sunxi: enable cpufreq driver for H6 SoC
Allwinner H6 needs this driver to enable DVFS support. May also be used with H616/H618 SoC in the future. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
-rw-r--r--target/linux/sunxi/config-5.152
-rw-r--r--target/linux/sunxi/config-6.12
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/sunxi/config-5.15 b/target/linux/sunxi/config-5.15
index c33bb7ab6f..6a7baf7bae 100644
--- a/target/linux/sunxi/config-5.15
+++ b/target/linux/sunxi/config-5.15
@@ -17,7 +17,7 @@ CONFIG_ARCH_SUNXI=y
CONFIG_ARCH_SUNXI_MC_SMP=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARM=y
-# CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM is not set
+CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM=y
CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ARCH_TIMER=y
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
diff --git a/target/linux/sunxi/config-6.1 b/target/linux/sunxi/config-6.1
index 8f793f3c3a..a76834c13a 100644
--- a/target/linux/sunxi/config-6.1
+++ b/target/linux/sunxi/config-6.1
@@ -18,7 +18,7 @@ CONFIG_ARCH_SUNXI=y
CONFIG_ARCH_SUNXI_MC_SMP=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARM=y
-# CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM is not set
+CONFIG_ARM_ALLWINNER_SUN50I_CPUFREQ_NVMEM=y
CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ARCH_TIMER=y
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y