aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantosh Shilimkar <santosh.shilimkar@ti.com>2011-07-26 14:20:45 +0530
committerNishanth Menon <nm@ti.com>2011-07-29 14:07:30 -0500
commit5c4ff065b2e9ec68c08100eb21773b26c91c7ac6 (patch)
tree1f01b1aa1d9bc846f25804c45f673643043344b5
parentf32f986f6e134f85a9f0c5ed66d98439d86e7cc4 (diff)
downloadkernel_samsung_tuna-5c4ff065b2e9ec68c08100eb21773b26c91c7ac6.zip
kernel_samsung_tuna-5c4ff065b2e9ec68c08100eb21773b26c91c7ac6.tar.gz
kernel_samsung_tuna-5c4ff065b2e9ec68c08100eb21773b26c91c7ac6.tar.bz2
OMAP4: hwmod_data: GPU: Fix missing module idle setting.
In 230da32d962(OMAP4: hwmod_data: Fix the GPU idlemode setting) commit, the the module slave idle mode update is missing. Add smart wakeup to GPU slave idle modes. Acked-by: Benoit Cousson <b-cousson@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index fe35f10..60848b0 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -2646,8 +2646,8 @@ static struct omap_hwmod_class_sysconfig omap44xx_gpu_sysc = {
.sysc_offs = 0xfe10,
.sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE),
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
- MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART |
- MSTANDBY_SMART_WKUP),
+ SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
+ MSTANDBY_SMART | MSTANDBY_SMART_WKUP),
.sysc_fields = &omap_hwmod_sysc_type2,
};