dsp_opp and l3_opps are reversed as part of commit 6e1276ff
this is wrong as the correct order needs to be l3, dsp

Signed-off-by: Nishanth Menon <[email protected]>
Cc: Kevin Hilman <[email protected]>
---
This was identified as part of investigation into Kevin's initial
report here:
http://marc.info/?l=linux-omap&m=126150035411486&w=2

 arch/arm/mach-omap2/pm34xx.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index 9744a35..7d12a3f 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -1361,8 +1361,8 @@ void __init omap3_pm_init_opp_table(void)
        };
        struct omap_opp **omap3_rate_tables[] = {
                &mpu_opps,
-               &dsp_opps,
-               &l3_opps
+               &l3_opps,
+               &dsp_opps
        };
 
        omap3_opp_def_list = cpu_is_omap3630() ? omap36xx_opp_def_list :
-- 
1.6.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to