[PATCH v2 1/4] cpufreq-dt: add clock domain and intermediate frequency support

Viresh Kumar viresh.kumar at linaro.org
Wed Mar 4 02:17:46 PST 2015


On 4 March 2015 at 15:45, Viresh Kumar <viresh.kumar at linaro.org> wrote:
>> +struct cpufreq_cpu_domain {
>> +       struct list_head node;
>> +       cpumask_t cpus;
>> +       unsigned long intermediate_freq;
>
> This should come from DT instead of platform data.

Well, we are getting fixed this in OPP bindings now, so for now
do it from platform data as you have done it. Once OPP-v2 is
around, we will get rid of it ..



More information about the linux-arm-kernel mailing list