Re: [PATCH V2 11/11] cpufreq-dt: Add support for operating-points-v2 bindings

2015-07-27 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, July 27, 2015 10:32:41 AM Viresh Kumar wrote: > Support for parsing operating-points-v2 bindings is in place now, lets > modify cpufreq-dt driver to use them. > > For backward compatibility we will continue to support earlier bindings. > Special handling for that is required, to m

[PATCH V2 11/11] cpufreq-dt: Add support for operating-points-v2 bindings

2015-07-26 Thread Viresh Kumar
Support for parsing operating-points-v2 bindings is in place now, lets modify cpufreq-dt driver to use them. For backward compatibility we will continue to support earlier bindings. Special handling for that is required, to make sure OPPs are initialized for all the CPUs. Signed-off-by: Viresh Ku