summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2012-07-20 14:21:57 +0300
committerAndy Green <andy.green@linaro.org>2012-09-07 13:05:29 +0800
commitf0ff09477ee37ee5cc6ed8064a7f6a2fbd4710bf (patch)
tree8a03d315a63509e8a500422579a448106008ff2e /arch
parente0da729f6d6aaf6efb85c36f3151d034b3c3d2a9 (diff)
OMAP4: DSP: Revert "OMAP4: DSP: Use software control for clockdomain"
This reverts commits 859c8efcda6d0fe4cb13776e2c9479e6a8f585b2 and ee3a4b14e949326853895e60006454ef4fbc1828 The original problem is caused because of DSP power domain being in OFF state and higher than required latency to come to ON state. This should be fixed by drivers requesting QoS for lower latency and thus putting DSP power domain in RET (CSWR) or higher state before booting the DSP. Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'arch')
-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 b4254afd829b..fcaefbaddb08 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_SWSUP,
+ .flags = CLKDM_CAN_HWSUP_SWSUP,
};
static struct clockdomain l3_gfx_44xx_clkdm = {