diff options
Diffstat (limited to 'drivers/cpufreq/cpufreq-dt.c')
-rw-r--r-- | drivers/cpufreq/cpufreq-dt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers/cpufreq/cpufreq-dt.c index fef3c2160691..d83ab94d041a 100644 --- a/drivers/cpufreq/cpufreq-dt.c +++ b/drivers/cpufreq/cpufreq-dt.c | |||
@@ -274,6 +274,7 @@ static int cpufreq_init(struct cpufreq_policy *policy) | |||
274 | transition_latency = CPUFREQ_ETERNAL; | 274 | transition_latency = CPUFREQ_ETERNAL; |
275 | 275 | ||
276 | policy->cpuinfo.transition_latency = transition_latency; | 276 | policy->cpuinfo.transition_latency = transition_latency; |
277 | policy->dvfs_possible_from_any_cpu = true; | ||
277 | 278 | ||
278 | return 0; | 279 | return 0; |
279 | 280 | ||