Re: [PATCH v3] cpufreq: imx6q: add of_init_opp_table

2013-12-19 Thread Shawn Guo
On Thu, Dec 19, 2013 at 10:56:28PM -0800, John Tobias wrote: > Add a routine check to see if the platform supplied the OPP table. > Incase there's no OPP table exist, it will try to initialise it. > > It's been tested on iMX6SL board where the platform doesn't have > an OPP table. > > Signed-off-

[PATCH v3] cpufreq: imx6q: add of_init_opp_table

2013-12-19 Thread John Tobias
Add a routine check to see if the platform supplied the OPP table. Incase there's no OPP table exist, it will try to initialise it. It's been tested on iMX6SL board where the platform doesn't have an OPP table. Signed-off-by: John Tobias --- drivers/cpufreq/imx6q-cpufreq.c | 21