summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorKishore Kadiyala <kishore.kadiyala@ti.com>2009-11-25 22:06:10 +0530
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-11-26 09:39:48 +0530
commit79275f5b58c863a89d4feb027cc9df1f738b8ca4 (patch)
tree1469fddab2528d0a7f9860d617f08bd16c2efad6 /arch/arm/mach-omap2
parentbe8f4c740df146ddacedca4a43a33ca02be60cc4 (diff)
Fixing MMC1 & MMC2 Card detect issues
This patch fixes Card detect issues on MMC1 & MMC2 controllers. It basically resets the controllers during controller init. Also this patch does cleanup of proc interface added. Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/mmc-twl4030.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach-omap2/mmc-twl4030.c
index e0fa235cbab5..68891f26f951 100644
--- a/arch/arm/mach-omap2/mmc-twl4030.c
+++ b/arch/arm/mach-omap2/mmc-twl4030.c
@@ -36,7 +36,7 @@ static u16 control_mmc1;
static u16 control_mmc2;
#define HSMMC_NAME_LEN 9
-#define PHOENIX_MMC_CTRL 0x0C /* 0x0E */
+#define PHOENIX_MMC_CTRL 0x0C /* 0xEE */
#define PHOENIX_CFG_INPUT_PUPD3 0x10 /* 0xF2 */
#define MMC_GRP 0x18
#define MMC_TRANS 0x19