disable IMQ on 2.6.28 as well -- people should use IFB..
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / patches / 0220-fix-glamo-mci-set-default-drive-level-0.patch.patch
1 From 8d308488028a326be1180b20b83b6384cd7eaf42 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Fri, 25 Jul 2008 23:06:20 +0100
4 Subject: [PATCH] fix-glamo-mci-set-default-drive-level-0.patch
5
6 Tests on access to SD Card with Glamo drive level "0" show
7 that it reduces SD_CLK energy at 1.5GHz by 24dBm compared to
8 drive level 3. This puts it only 6dB above the background
9 noise floor compared to 30dB and should make a solution for
10 GPS trouble with SD Card in.
11
12 SD card communication seems unaffected so far on the Sandisk
13 512MB card we ship.
14
15 Signed-off-by: Andy Green <andy@openmoko.com>
16 ---
17 drivers/mfd/glamo/glamo-mci.c | 2 +-
18 1 files changed, 1 insertions(+), 1 deletions(-)
19
20 diff --git a/drivers/mfd/glamo/glamo-mci.c b/drivers/mfd/glamo/glamo-mci.c
21 index 4615033..0374446 100644
22 --- a/drivers/mfd/glamo/glamo-mci.c
23 +++ b/drivers/mfd/glamo/glamo-mci.c
24 @@ -66,7 +66,7 @@ module_param(sd_max_clk, int, 0644);
25 * for example
26 */
27
28 -static int sd_drive = 2;
29 +static int sd_drive;
30 module_param(sd_drive, int, 0644);
31
32 /*
33 --
34 1.5.6.3
35