diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
commit | 6b7797688c8a7bde642afc2d9ba2658a1b57c0d5 (patch) | |
tree | 2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.26/1238-fix-glamo-crank-memory-to-90MHz.patch.patch | |
parent | c77724d127a6722cf74b4f0af314122aa06351fb (diff) | |
download | upstream-6b7797688c8a7bde642afc2d9ba2658a1b57c0d5.tar.gz upstream-6b7797688c8a7bde642afc2d9ba2658a1b57c0d5.tar.bz2 upstream-6b7797688c8a7bde642afc2d9ba2658a1b57c0d5.zip |
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1238-fix-glamo-crank-memory-to-90MHz.patch.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches-2.6.26/1238-fix-glamo-crank-memory-to-90MHz.patch.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1238-fix-glamo-crank-memory-to-90MHz.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1238-fix-glamo-crank-memory-to-90MHz.patch.patch deleted file mode 100755 index 591b1f4550..0000000000 --- a/target/linux/s3c24xx/patches-2.6.26/1238-fix-glamo-crank-memory-to-90MHz.patch.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 7dc7b3e40f68a10702aaffcc6ca929908fc38656 Mon Sep 17 00:00:00 2001 -From: Andy Green <andy@openmoko.com> -Date: Mon, 4 Aug 2008 08:34:51 +0100 -Subject: [PATCH] fix-glamo-crank-memory-to-90MHz.patch - -Signed-off-by: Andy Green <andy@openmoko.com> ---- - drivers/mfd/glamo/glamo-core.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) - -diff --git a/drivers/mfd/glamo/glamo-core.c b/drivers/mfd/glamo/glamo-core.c -index 92dbd65..7bc38ff 100644 ---- a/drivers/mfd/glamo/glamo-core.c -+++ b/drivers/mfd/glamo/glamo-core.c -@@ -729,8 +729,8 @@ static struct glamo_script glamo_init_script[] = { - { GLAMO_REG_CLOCK_MPEG, 0x0000 }, - #endif - { GLAMO_REG_PLL_GEN1, 0x05db }, /* 48MHz */ -- { GLAMO_REG_PLL_GEN3, 0x09c3 }, /* 80MHz */ -- { 0xfffd, 0 }, -+ { GLAMO_REG_PLL_GEN3, 0x0aba }, /* 90MHz */ -+ { 0xfffd, 0 }, - /* - * b9 of this register MUST be zero to get any interrupts on INT# - * the other set bits enable all the engine interrupt sources -@@ -749,7 +749,10 @@ static struct glamo_script glamo_init_script[] = { - { 0x212, 0x0000 }, - { 0x214, 0x4000 }, - { 0x216, 0xf00e }, -- { GLAMO_REG_MEM_TYPE, 0x0874 }, /* 8MB, 16 word pg wr+rd */ -+ -+ /* S-Media recommended "set tiling mode to 512 mode for memory access -+ * more efficiency when 640x480" */ -+ { GLAMO_REG_MEM_TYPE, 0x0c74 }, /* 8MB, 16 word pg wr+rd */ - { GLAMO_REG_MEM_GEN, 0xafaf }, /* 63 grants min + max */ - - { GLAMO_REG_MEM_TIMING1, 0x0108 }, --- -1.5.6.3 - |