Re: [PATCH 2/3 v2] omap4: opp: add OPP table data

2010-11-04 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [101019 17:53]: @@ -86,7 +87,10 @@ int __init omap_init_opp_table(void) omap_table_init = 1; /* Select the OPP table we'd like to enable based on cpu we are on */ - if (cpu_is_omap34xx()) { + if (cpu_is_omap44xx()) { + opp_def =

Re: [PATCH 2/3 v2] omap4: opp: add OPP table data

2010-11-04 Thread Menon, Nishanth
On Thu, Nov 4, 2010 at 19:13, Tony Lindgren t...@atomide.com wrote: * Nishanth Menon n...@ti.com [101019 17:53]: @@ -86,7 +87,10 @@ int __init omap_init_opp_table(void)       omap_table_init = 1;       /* Select the OPP table we'd like to enable based on cpu we are on */ -     if

[PATCH 2/3 v2] omap4: opp: add OPP table data

2010-10-19 Thread Nishanth Menon
This patch adds OPP tables for OMAP4. New file has been added to keep the OMAP4 opp tables and the registration of these tables with the generic opp framework by OMAP SoC OPP interface. Based on: