Skip to content

Commit 77d8322

Browse files
committed
Merge branch 'pm-cpufreq' into linux-next
* pm-cpufreq: cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag
2 parents db4520e + 0a1416a commit 77d8322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/cpufreq/cppc_cpufreq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ static struct freq_attr *cppc_cpufreq_attr[] = {
910910
};
911911

912912
static struct cpufreq_driver cppc_cpufreq_driver = {
913-
.flags = CPUFREQ_CONST_LOOPS,
913+
.flags = CPUFREQ_CONST_LOOPS | CPUFREQ_NEED_UPDATE_LIMITS,
914914
.verify = cppc_verify_policy,
915915
.target = cppc_cpufreq_set_target,
916916
.get = cppc_cpufreq_get_rate,

0 commit comments

Comments
 (0)