public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap3: pm: cpufreq: populate l3 opp1 again
@ 2010-01-28  5:41 Nishanth Menon
  2010-01-28  5:42 ` Nishanth Menon
  2010-01-28  6:55 ` Romit Dasgupta
  0 siblings, 2 replies; 9+ messages in thread
From: Nishanth Menon @ 2010-01-28  5:41 UTC (permalink / raw)
  To: linux-omap; +Cc: Nishanth Menon, Andrew Murray, Benoit Cousson, Kevin Hilman

We had removed the frequency for OPP1 L3 when we used to use frequency
to enable/disable frequencies. It is better to populate the same
instead of confusing future readers of the code. The OPP1 remains
disabled as explained in the discussion.

Discussion: http://marc.info/?t=126453821900001&r=1&w=2

Cc: Andrew Murray <amurray@mpc-data.co.uk>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 arch/arm/mach-omap2/cpufreq34xx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/cpufreq34xx.c b/arch/arm/mach-omap2/cpufreq34xx.c
index 209af2b..aec1ffe 100644
--- a/arch/arm/mach-omap2/cpufreq34xx.c
+++ b/arch/arm/mach-omap2/cpufreq34xx.c
@@ -43,7 +43,7 @@ static struct omap_opp_def __initdata omap34xx_mpu_rate_table[] = {
 
 static struct omap_opp_def __initdata omap34xx_l3_rate_table[] = {
 	/* OPP1 */
-	OMAP_OPP_DEF(false, 0, 975000),
+	OMAP_OPP_DEF(false, 41500000, 975000),
 	/* OPP2 */
 	OMAP_OPP_DEF(true, 83000000, 1050000),
 	/* OPP3 */
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-01-28 17:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-28  5:41 [PATCH] omap3: pm: cpufreq: populate l3 opp1 again Nishanth Menon
2010-01-28  5:42 ` Nishanth Menon
2010-01-28  6:55 ` Romit Dasgupta
2010-01-28 13:24   ` Cousson, Benoit
2010-01-28 13:43     ` Dasgupta, Romit
2010-01-28 13:47       ` Cousson, Benoit
2010-01-28 14:00         ` Andrew Murray
2010-01-28 15:18           ` Nishanth Menon
2010-01-28 17:23             ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox