diff options
author | Ash Charles | 2011-09-28 06:47:16 +0000 |
---|---|---|
committer | Anatolij Gustschin | 2011-12-09 17:28:28 +0100 |
commit | 528cdcaacee55eb6c2910637e19541ee2c327487 (patch) | |
tree | c778c0f877d734635bc7f38fd6a9f7f44cb446c3 /include | |
parent | c4eba6ec5c58083b38340724c006294c7a4fe2eb (diff) |
omap: TWL4030 Bump VMMC1 interface voltage from 3V to 3.15V
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 <ash@gumstix.com>
Tested-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/twl4030.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/twl4030.h b/include/twl4030.h index 930c285c26f..9cd32ab45a1 100644 --- a/include/twl4030.h +++ b/include/twl4030.h @@ -310,6 +310,7 @@ #define TWL4030_PM_RECEIVER_VPLL2_VSEL_18 0x05 #define TWL4030_PM_RECEIVER_VDAC_VSEL_18 0x03 #define TWL4030_PM_RECEIVER_VMMC1_VSEL_30 0x02 +#define TWL4030_PM_RECEIVER_VMMC1_VSEL_32 0x03 /* Device Selection in PM Receiver Module */ #define TWL4030_PM_RECEIVER_DEV_GRP_P1 0x20 |