aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorChukun Pan <amadeus@jmu.edu.cn>2023-10-16 23:18:03 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-10-28 18:31:43 +0200
commit00e3447926d9abd5acb01e52299deeba7fec8672 (patch)
treeba625a9a58bc7f14b9fdb814e439ba74914a7299 /target/linux
parentb25c7548e07ad8775f8511ba8276bf3ecb4409ba (diff)
downloadupstream-00e3447926d9abd5acb01e52299deeba7fec8672.tar.gz
upstream-00e3447926d9abd5acb01e52299deeba7fec8672.tar.bz2
upstream-00e3447926d9abd5acb01e52299deeba7fec8672.zip
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>
Diffstat (limited to 'target/linux')
-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 c33bb7ab6fd..6a7baf7baee 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 8f793f3c3a9..a76834c13a9 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