[pm-wip-opp][PATCH] omap3: pm: fix opp initialization

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <nm@xxxxxx>
Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux