Re: [PATCH 1/2] cpufreq: imx6q: Register an Energy Model

From: Viresh Kumar
Date: Wed Feb 06 2019 - 23:57:08 EST


On 06-02-19, 23:34, Yangtao Li wrote:
> Try and register an Energy Model from imx6q-cpufreq to allow
> interested subsystems like the task scheduler to use the provided
> information.
>
> Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx>
> ---
> drivers/cpufreq/imx6q-cpufreq.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/cpufreq/imx6q-cpufreq.c b/drivers/cpufreq/imx6q-cpufreq.c
> index 9fedf627e000..73bfd5bc3087 100644
> --- a/drivers/cpufreq/imx6q-cpufreq.c
> +++ b/drivers/cpufreq/imx6q-cpufreq.c
> @@ -210,6 +210,7 @@ static int imx6q_cpufreq_init(struct cpufreq_policy *policy)
> policy->clk = clks[ARM].clk;
> ret = cpufreq_generic_init(policy, freq_table, transition_latency);
> policy->suspend_freq = max_freq;
> + dev_pm_opp_of_register_em(policy->cpus);
>
> return ret;
> }

Applied both. Thanks.

--
viresh