projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e79d6d
)
cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flag
author
Taniya Das
<tdas@codeaurora.org>
Mon, 23 Aug 2021 10:15:46 +0000
(15:45 +0530)
committer
Viresh Kumar
<viresh.kumar@linaro.org>
Mon, 30 Aug 2021 05:13:35 +0000
(10:43 +0530)
As remote cpufreq updates are supported on QCOM platforms, set
dvfs_possible_from_any_cpu cpufreq driver flag.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/qcom-cpufreq-hw.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/qcom-cpufreq-hw.c
b/drivers/cpufreq/qcom-cpufreq-hw.c
index 6c2086c6de0c7c5e7b4f6b2dc1d3d89f09d0074c..a2be0df7e17479ecb9335b5fd82756306ef083cd 100644
(file)
--- a/
drivers/cpufreq/qcom-cpufreq-hw.c
+++ b/
drivers/cpufreq/qcom-cpufreq-hw.c
@@
-490,6
+490,7
@@
static int qcom_cpufreq_hw_cpu_init(struct cpufreq_policy *policy)
}
policy->driver_data = data;
+ policy->dvfs_possible_from_any_cpu = true;
ret = qcom_cpufreq_hw_read_lut(cpu_dev, policy);
if (ret) {