aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-omap-pm/register-all-OPPs.diff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-18 13:59:23 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-18 13:59:23 +0100
commitb46ca4b9bb0f0fe75c9a167b1415db6ba21ece52 (patch)
tree6d3a1f590da6f9145db49583329afc50da7c3aa8 /packages/linux/linux-omap-pm/register-all-OPPs.diff
parent87360d6fd8ce0db2a47db70a468b470bb7fa372f (diff)
downloadopenembedded-b46ca4b9bb0f0fe75c9a167b1415db6ba21ece52.tar.gz
linux-omap-pm: add patch to register all OPPs, tweak defconfig
Diffstat (limited to 'packages/linux/linux-omap-pm/register-all-OPPs.diff')
-rw-r--r--packages/linux/linux-omap-pm/register-all-OPPs.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux/linux-omap-pm/register-all-OPPs.diff b/packages/linux/linux-omap-pm/register-all-OPPs.diff
new file mode 100644
index 0000000000..95e6b9bfab
--- /dev/null
+++ b/packages/linux/linux-omap-pm/register-all-OPPs.diff
@@ -0,0 +1,12 @@
+--- /tmp/clock34xx.c 2009-02-18 13:51:18.000000000 +0100
++++ git/arch/arm/mach-omap2/clock34xx.c 2009-02-18 13:51:51.000000000 +0100
+@@ -698,8 +698,7 @@
+ if (!mpu_opps)
+ return;
+
+- /* Avoid registering the 120% Overdrive with CPUFreq */
+- prcm = mpu_opps + MAX_VDD1_OPP - 1;
++ prcm = mpu_opps + MAX_VDD1_OPP;
+ for (; prcm->rate; prcm--) {
+ freq_table[i].index = i;
+ freq_table[i].frequency = prcm->rate / 1000;