Skip to content

Commit f0712ac

Browse files
Taniya Dasvireshk
authored andcommitted
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 <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 5e79d6d commit f0712ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/qcom-cpufreq-hw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ static int qcom_cpufreq_hw_cpu_init(struct cpufreq_policy *policy)
490490
}
491491

492492
policy->driver_data = data;
493+
policy->dvfs_possible_from_any_cpu = true;
493494

494495
ret = qcom_cpufreq_hw_read_lut(cpu_dev, policy);
495496
if (ret) {

0 commit comments

Comments
 (0)