From: Taniya Das Date: Mon, 23 Aug 2021 10:15:46 +0000 (+0530) Subject: cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flag X-Git-Tag: v5.15~298^2^2~2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0712ace7fe0723b40733c3b98591d34c1b0bfb9;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/qcom-cpufreq-hw.c b/drivers/cpufreq/qcom-cpufreq-hw.c index 6c2086c..a2be0df 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) {