Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5956256 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcom-cpufreq: Set dvfs_possible_from_any_cpu cpufreq driver flag"

parents d1b78700 3093f8f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -177,6 +177,7 @@ static int msm_cpufreq_init(struct cpufreq_policy *policy)
	pr_debug("cpufreq: cpu%d init at %d switching to %d\n",
			policy->cpu, cur_freq, table[index].frequency);
	policy->cur = table[index].frequency;
	policy->dvfs_possible_from_any_cpu = true;

	return 0;
}