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

From: Viresh Kumar
Date: Wed Mar 04 2015 - 05:17:57 EST


On 4 March 2015 at 15:45, Viresh Kumar <viresh.kumar@xxxxxxxxxx> 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 ..
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/