Re: [PATCH V3 16/16] cpufreq: dt: Add support for turbo/boost mode

2015-07-31 Thread Stephen Boyd
On 07/29, Viresh Kumar wrote: > With opp-v2 DT bindings, few OPPs can be used only for the boost mode. > But using such OPPs require the boost mode to be supported by cpufreq > driver. > > We will parse DT bindings only during ->init() and so can enable boost > support only after registering

Re: [PATCH V3 16/16] cpufreq: dt: Add support for turbo/boost mode

2015-07-31 Thread Stephen Boyd
On 07/29, Viresh Kumar wrote: With opp-v2 DT bindings, few OPPs can be used only for the boost mode. But using such OPPs require the boost mode to be supported by cpufreq driver. We will parse DT bindings only during -init() and so can enable boost support only after registering cpufreq

[PATCH V3 16/16] cpufreq: dt: Add support for turbo/boost mode

2015-07-29 Thread Viresh Kumar
With opp-v2 DT bindings, few OPPs can be used only for the boost mode. But using such OPPs require the boost mode to be supported by cpufreq driver. We will parse DT bindings only during ->init() and so can enable boost support only after registering cpufreq driver. This enables boost support as

[PATCH V3 16/16] cpufreq: dt: Add support for turbo/boost mode

2015-07-29 Thread Viresh Kumar
With opp-v2 DT bindings, few OPPs can be used only for the boost mode. But using such OPPs require the boost mode to be supported by cpufreq driver. We will parse DT bindings only during -init() and so can enable boost support only after registering cpufreq driver. This enables boost support as