summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2012-06-05 18:00:50 +0800
committerAndy Green <andy.green@linaro.org>2012-06-05 18:00:50 +0800
commit537616844b3b62ee7aa1f7e43dc52286bad7adb8 (patch)
tree46b5f771c00bda0e2d9b0b266b22bb8a04df0020
parent0a68459d72c123fd9aa9ed3140a93c210d494eb6 (diff)
OMAP4: DSP: deactivate SWSUP to enable clock domain gatingdebug
Without this change, the DSP clock domain is unable to transition to gated, and remains running, even with DSP module disabled. It remains to be investigated why this is required and if it brings any drawbacks. Signed-off-by: Sebastien Jan <s-jan@ti.com>
-rw-r--r--arch/arm/mach-omap2/clockdomains44xx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clockdomains44xx_data.c b/arch/arm/mach-omap2/clockdomains44xx_data.c
index fcaefbaddb0..254c977f5e1 100644
--- a/arch/arm/mach-omap2/clockdomains44xx_data.c
+++ b/arch/arm/mach-omap2/clockdomains44xx_data.c
@@ -181,7 +181,7 @@ static struct clockdomain tesla_44xx_clkdm = {
.dep_bit = OMAP4430_TESLA_STATDEP_SHIFT,
.wkdep_srcs = tesla_wkup_sleep_deps,
.sleepdep_srcs = tesla_wkup_sleep_deps,
- .flags = CLKDM_CAN_HWSUP_SWSUP,
+ .flags = CLKDM_CAN_HWSUP,
};
static struct clockdomain l3_gfx_44xx_clkdm = {