From ef3439f88221ab81fabb155e3282aac104da556c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 18 Feb 2009 13:59:23 +0100 Subject: linux-omap-pm: add patch to register all OPPs, tweak defconfig --- packages/linux/linux-omap-pm/register-all-OPPs.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/linux/linux-omap-pm/register-all-OPPs.diff (limited to 'packages/linux/linux-omap-pm/register-all-OPPs.diff') 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; -- cgit v1.2.3