aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
diff options
context:
space:
mode:
authorDjamil Elaidi <d-elaidi@ti.com>2011-07-07 12:22:31 -0700
committerColin Cross <ccross@android.com>2011-08-02 20:57:55 -0700
commit50614a9ce1917ebb42577ce79a1cff528342de7e (patch)
treeed0f268d3e6f5a3d01b29693e02c7685963a92cb /arch/arm/mach-omap2/omap_hwmod_44xx_data.c
parent8472131f919b0947b2d5083316f77bfd478e1927 (diff)
downloadkernel_samsung_tuna-50614a9ce1917ebb42577ce79a1cff528342de7e.zip
kernel_samsung_tuna-50614a9ce1917ebb42577ce79a1cff528342de7e.tar.gz
kernel_samsung_tuna-50614a9ce1917ebb42577ce79a1cff528342de7e.tar.bz2
OMAP4: hwmod data: Add MSTANDBY_SMART_WKUP for HSI
HSI module supports smart-standby-with-wakeup mode. Change-Id: If153b778a61cbc0e0534c6ebba5407b1762187ff Signed-off-by: Djamil Elaidi <d-elaidi@ti.com> Signed-off-by: Vikram Pandita <vikram.pandita@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 a074358..333e813 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -2689,7 +2689,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_hsi_sysc = {
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
- MSTANDBY_SMART),
+ MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
.sysc_fields = &omap_hwmod_sysc_type1,
};