diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-04-08 16:20:36 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-05-07 07:05:16 +0200 |
commit | 6e411b8416388a9c8be1b2291be9b5adeeb07784 (patch) | |
tree | 759ff5d9c5f718aa8cf211b0f7ae3f697b4c3ed6 /target/linux/ipq806x/config-5.4 | |
parent | 5dbbefcbccc06cbcc8da0706afba52f741781d47 (diff) | |
download | upstream-6e411b8416388a9c8be1b2291be9b5adeeb07784.tar.gz upstream-6e411b8416388a9c8be1b2291be9b5adeeb07784.tar.bz2 upstream-6e411b8416388a9c8be1b2291be9b5adeeb07784.zip |
ipq806x: backport cpufreq changes to 5.4
The new cpufreq driver requires different dts bindings.
Backport the new driver to kernel 5.4
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/config-5.4')
-rw-r--r-- | target/linux/ipq806x/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-5.4 b/target/linux/ipq806x/config-5.4 index c582b7a52b..80549ad304 100644 --- a/target/linux/ipq806x/config-5.4 +++ b/target/linux/ipq806x/config-5.4 @@ -62,6 +62,7 @@ CONFIG_ARM_MODULE_PLTS=y CONFIG_ARM_PATCH_IDIV=y CONFIG_ARM_PATCH_PHYS_VIRT=y # CONFIG_ARM_QCOM_CPUFREQ_HW is not set +CONFIG_ARM_QCOM_CPUFREQ_KRAIT=y CONFIG_ARM_QCOM_CPUFREQ_NVMEM=y CONFIG_ARM_QCOM_CPUIDLE=y # CONFIG_ARM_SMMU is not set |