aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
diff options
context:
space:
mode:
authorBalaji T K <balajitk@ti.com>2011-05-27 09:46:01 +0530
committerNishanth Menon <nm@ti.com>2011-07-14 11:53:52 -0700
commitfefab4c2e9823504c13e092b8419ee64bd210aaf (patch)
tree4504b970a11647759c08113f6129b73a60399d0a /arch/arm/mach-omap2/omap_hwmod_44xx_data.c
parent500d022449318fd930c85ba69ba010e910525dcb (diff)
downloadkernel_samsung_tuna-fefab4c2e9823504c13e092b8419ee64bd210aaf.zip
kernel_samsung_tuna-fefab4c2e9823504c13e092b8419ee64bd210aaf.tar.gz
kernel_samsung_tuna-fefab4c2e9823504c13e092b8419ee64bd210aaf.tar.bz2
MMC: OMAP4: HWMOD: disable smart wakeup
Disable smart standby smart wakeup for mmc, until smart wakeup is fully supported for OMAP4 Signed-off-by: Balaji T K <balajitk@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index de12f88..e1fc7a5 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -4155,7 +4155,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_mmc_sysc = {
SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
SYSC_HAS_SOFTRESET),
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
- SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
+ MSTANDBY_FORCE | MSTANDBY_NO |
MSTANDBY_SMART),
.sysc_fields = &omap_hwmod_sysc_type2,
};