[PATCH] TWL4030: Bump VMMC1 interface voltage from 3.0V to 3.15V.

8 views
Skip to first unread message

Ash Charles

unread,
Sep 28, 2011, 12:33:39 PM9/28/11
to x-lo...@googlegroups.com, Ash Charles
MMC interfaces are specified to be 3.3V compatible with an operating
voltage range of 3.1V to 3.5V for SD cards. This change affects
hardware using TWL4030 (TPS6595x) PMICs and should improve the
reliability when communicating with marginally-spec'd MMC devices.
3.15V is the highest possible level for this chip. This patch
has been tested on a Gumstix Overo board.

Signed-off-by: Ash Charles <a...@gumstix.com>
---
cpu/omap3/mmc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpu/omap3/mmc.c b/cpu/omap3/mmc.c
index e0c63b0..6fdf6cb 100644
--- a/cpu/omap3/mmc.c
+++ b/cpu/omap3/mmc.c
@@ -61,7 +61,7 @@ void twl4030_mmc_config(void)

data = 0x20;
i2c_write(0x4B, 0x82, 1, &data, 1);
- data = 0x2;
+ data = 0x3;
i2c_write(0x4B, 0x85, 1, &data, 1);
}

--
1.7.4.1

Reply all
Reply to author
Forward
0 new messages