[PATCH v2 3/7] cpufreq-dt: add turbo modes support
Viresh Kumar
viresh.kumar at linaro.org
Mon Jul 27 01:37:54 PDT 2015
On 09-07-15, 17:43, Bartlomiej Zolnierkiewicz wrote:
> diff --git a/include/linux/cpufreq-dt.h b/include/linux/cpufreq-dt.h
> index 0414009..483ca1b 100644
> --- a/include/linux/cpufreq-dt.h
> +++ b/include/linux/cpufreq-dt.h
> @@ -17,6 +17,7 @@ struct cpufreq_dt_platform_data {
> * clock.
> */
> bool independent_clocks;
> + bool boost_supported;
> };
I am planning to kill this structure soon, don't add anything to it.
We should be doing this based on DT.
--
viresh
More information about the linux-arm-kernel
mailing list