Skip to content

Commit

Permalink
cpufreq: scpi: Register an Energy Model
Browse files Browse the repository at this point in the history
Now that PM_OPP provides a helper function to estimate the power
consumed by CPUs, make sure to try and register an Energy Model (EM)
from scpi-cpufreq, hence ensuring interested subsystems (the task
scheduler, for example) can make use of that information when available.

Signed-off-by: Quentin Perret <quentin.perret@arm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
  • Loading branch information
Quentin Perret authored and Viresh Kumar committed Feb 7, 2019
1 parent 76d004b commit 6915d7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/cpufreq/scpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ static int scpi_cpufreq_init(struct cpufreq_policy *policy)
policy->cpuinfo.transition_latency = latency;

policy->fast_switch_possible = false;

dev_pm_opp_of_register_em(policy->cpus);

return 0;

out_free_cpufreq_table:
Expand Down

0 comments on commit 6915d7a

Please sign in to comment.