summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-12-16 13:05:28 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 08:39:29 +0800
commite7606c7b3e768a85eaf596c639e2566ca7000526 (patch)
tree9a155946e4a4277fead406c898b19f828fb67522
parent6de4a5a8c7b0049ef0fef872018d017e2d3f28c8 (diff)
ducati: switch clockdomain to SW managed
Ducati reset procedure fails in HW managed (HW_AUTO) mode. The failure trace is: omap_hwmod: ipu_c0: failed to hardreset Signed-off-by: Sebastien Jan <s-jan@ti.com>
-rw-r--r--arch/arm/mach-omap2/clockdomains44xx_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clockdomains44xx_data.c b/arch/arm/mach-omap2/clockdomains44xx_data.c
index 80a30cc4f63..202e1cac35f 100644
--- a/arch/arm/mach-omap2/clockdomains44xx_data.c
+++ b/arch/arm/mach-omap2/clockdomains44xx_data.c
@@ -345,7 +345,8 @@ static struct clockdomain ducati_44xx_clkdm = {
.dep_bit = OMAP4430_DUCATI_STATDEP_SHIFT,
.wkdep_srcs = ducati_wkup_sleep_deps,
.sleepdep_srcs = ducati_wkup_sleep_deps,
- .flags = CLKDM_CAN_HWSUP_SWSUP,
+// .flags = CLKDM_CAN_HWSUP_SWSUP,
+ .flags = CLKDM_CAN_SWSUP,
};
static struct clockdomain mpu_44xx_clkdm = {