From 5fddfd53d57581af217353fc66e08e02735d1e4b Mon Sep 17 00:00:00 2001 From: Matt Reimer Date: Sun, 18 May 2008 13:48:31 +0000 Subject: linux-handhelds 2.6.21-hh20: turn on voltage regulator for hx4700 hx4700's voltage regulator gives a significant boost in runtime. The following patch builds the voltage regulation code as modules for hx4700. Its machine conf already lists these two modules in MACHINE_EXTRA_RRECOMMENDS so nothing else should be necessary to get it working. Acked-by: Koen Kooi Acked-by: Leon Woestenberg --- packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig | 3 ++- packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig b/packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig index 5998f99db6..2bcec91560 100644 --- a/packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig +++ b/packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig @@ -196,7 +196,8 @@ CONFIG_HX4700_POWER2=y # CONFIG_MACH_TRIZEPS4 is not set CONFIG_PXA27x=y CONFIG_PXA_SUSPEND_SAVE_EXTRA_REGS=y -# CONFIG_PXA27x_VOLTAGE is not set +CONFIG_PXA27x_VOLTAGE=m +CONFIG_PXA27x_VOLTAGE_MAX158xx=m # # Linux As Bootloader diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb index 672d038619..a9cbff4d7e 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb @@ -1,7 +1,7 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." LICENSE = "GPL" -PR = "r15" +PR = "r16" DEFAULT_PREFERENCE = "-1" -- cgit 1.2.3-korg