On 4 March 2015 at 15:45, Viresh Kumar viresh.kumar@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 ..