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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f0712ace7fe0723b40733c3b98591d34c1b0bfb9;p=linux.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 6c2086c6de0c7..a2be0df7e1747 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) {