Changeset 1630 for trunk/src/target/kernel/patches/gta01-core.patch
- Timestamp:
- 04/02/07 19:34:57 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/target/kernel/patches/gta01-core.patch (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/kernel/patches/gta01-core.patch
r1597 r1630 5 5 =================================================================== 6 6 --- linux-2.6.20.4.orig/arch/arm/mach-s3c2410/Kconfig 2007-04-01 10:27:56.000000000 +0200 7 +++ linux-2.6.20.4/arch/arm/mach-s3c2410/Kconfig 2007-04-0 1 12:33:02.000000000 +02007 +++ linux-2.6.20.4/arch/arm/mach-s3c2410/Kconfig 2007-04-02 17:07:44.000000000 +0200 8 8 @@ -86,6 +86,14 @@ 9 9 help … … 24 24 =================================================================== 25 25 --- linux-2.6.20.4.orig/arch/arm/mach-s3c2410/Makefile 2007-04-01 10:27:56.000000000 +0200 26 +++ linux-2.6.20.4/arch/arm/mach-s3c2410/Makefile 2007-04-0 1 12:33:01.000000000 +020026 +++ linux-2.6.20.4/arch/arm/mach-s3c2410/Makefile 2007-04-02 17:07:42.000000000 +0200 27 27 @@ -89,5 +89,6 @@ 28 28 obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o … … 35 35 =================================================================== 36 36 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 37 +++ linux-2.6.20.4/arch/arm/mach-s3c2410/mach-gta01.c 2007-04-0 1 12:36:42.000000000 +020038 @@ -0,0 +1,70 6@@37 +++ linux-2.6.20.4/arch/arm/mach-s3c2410/mach-gta01.c 2007-04-02 17:08:27.000000000 +0200 38 @@ -0,0 +1,707 @@ 39 39 +/* 40 40 + * linux/arch/arm/mach-s3c2410/mach-gta01.c … … 219 219 + [PCF50606_REGULATOR_DCUD] = { 220 220 + .name = "core_1v8", 221 + .flags = PMU_VRAIL_F_SUSPEND_ON, 221 222 + .voltage = { 222 223 + .init = 2100,
