diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-19 16:12:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-19 16:12:05 +0200 |
commit | 19cf11e6aa22990aeb76b60d3fbf3d5df158bd16 (patch) | |
tree | 84d9d95f1be7e8bc813bf84dbfe56dc8f70a89e0 /recipes/linux/linux-omap-pm-2.6.29/register-all-OPPs.diff | |
parent | de3740893955e5f84e428b4578fd5a71e4654939 (diff) |
linux-omap-pm: add .6.29 recipe so the git one can move to 2.6.30
Diffstat (limited to 'recipes/linux/linux-omap-pm-2.6.29/register-all-OPPs.diff')
-rw-r--r-- | recipes/linux/linux-omap-pm-2.6.29/register-all-OPPs.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-pm-2.6.29/register-all-OPPs.diff b/recipes/linux/linux-omap-pm-2.6.29/register-all-OPPs.diff new file mode 100644 index 0000000000..95e6b9bfab --- /dev/null +++ b/recipes/linux/linux-omap-pm-2.6.29/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; |