changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of...
[openwrt/openwrt.git] / target / linux / s3c24xx / patches-2.6.26 / 0174-fix-allow-core-1v3-to-go-down.patch.patch
1 From 4c4dfc7020f392880bc3ad0a67c79a58e6ac9614 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Fri, 25 Jul 2008 23:06:14 +0100
4 Subject: [PATCH] fix-allow-core-1v3-to-go-down.patch
5
6 Whoops left it up in suspend
7
8 Signed-off-by: Andy Green <andy@openmoko.com>
9 ---
10 arch/arm/mach-s3c2440/mach-gta02.c | 1 -
11 1 files changed, 0 insertions(+), 1 deletions(-)
12
13 diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
14 index 0bacafa..297b792 100644
15 --- a/arch/arm/mach-s3c2440/mach-gta02.c
16 +++ b/arch/arm/mach-s3c2440/mach-gta02.c
17 @@ -504,7 +504,6 @@ static struct pcf50633_platform_data gta02_pcf_pdata = {
18 * is an i2c device) we are running out of the 22uF cap
19 * on core_1v3 rail !!!!
20 */
21 - .flags = PMU_VRAIL_F_SUSPEND_ON,
22 .voltage = {
23 .init = 1300,
24 .max = 1600,
25 --
26 1.5.6.3
27