cpufreq: mt8173: add CPUFREQ_HAVE_GOVERNOR_PER_POLICY flag
[deliverable/linux.git] / drivers / cpufreq / mt8173-cpufreq.c
index 83001dc5b6468529cd996e5d5a5179cd3fdc1f44..c438109464461afdd8bfc22bfa6720cc7d0c8ef7 100644 (file)
@@ -469,7 +469,8 @@ static int mtk_cpufreq_exit(struct cpufreq_policy *policy)
 }
 
 static struct cpufreq_driver mt8173_cpufreq_driver = {
-       .flags = CPUFREQ_STICKY | CPUFREQ_NEED_INITIAL_FREQ_CHECK,
+       .flags = CPUFREQ_STICKY | CPUFREQ_NEED_INITIAL_FREQ_CHECK |
+                CPUFREQ_HAVE_GOVERNOR_PER_POLICY,
        .verify = cpufreq_generic_frequency_table_verify,
        .target_index = mtk_cpufreq_set_target,
        .get = cpufreq_generic_get,
This page took 0.025315 seconds and 5 git commands to generate.