aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorTaniya Das <tdas@codeaurora.org>2021-08-23 15:45:46 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2021-08-30 10:43:35 +0530
commitf0712ace7fe0723b40733c3b98591d34c1b0bfb9 (patch)
tree6b60f15f7578c169d248b91d13369ba4babaf449 /drivers/cpufreq
parentcpufreq: blocklist more Qualcomm platforms in cpufreq-dt-platdev (diff)
downloadlinux-dev-f0712ace7fe0723b40733c3b98591d34c1b0bfb9.tar.xz
linux-dev-f0712ace7fe0723b40733c3b98591d34c1b0bfb9.zip
cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flag
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>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/qcom-cpufreq-hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/qcom-cpufreq-hw.c b/drivers/cpufreq/qcom-cpufreq-hw.c
index 6c2086c6de0c..a2be0df7e174 100644
--- 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) {