diff options
| author | Sebastien Jan <s-jan@ti.com> | 2011-09-23 13:31:20 -0400 |
|---|---|---|
| committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:19:21 -0400 |
| commit | a9304a51759b9d3640705db1d61156dff000692f (patch) | |
| tree | 17b2afde423f6ba0e83300e1aec859bc8b976bed /arch | |
| parent | c0003e43877ef32e1bf5236626275b69d020d7ad (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>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-omap2/clockdomains44xx_data.c | 2 |
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 f9c980e96da..138b408738a 100644 --- a/arch/arm/mach-omap2/clockdomains44xx_data.c +++ b/arch/arm/mach-omap2/clockdomains44xx_data.c | |||
| @@ -559,7 +559,7 @@ static struct clockdomain ducati_44xx_clkdm = { | |||
| 559 | .dep_bit = OMAP4430_DUCATI_STATDEP_SHIFT, | 559 | .dep_bit = OMAP4430_DUCATI_STATDEP_SHIFT, |
| 560 | .wkdep_srcs = ducati_wkup_sleep_deps, | 560 | .wkdep_srcs = ducati_wkup_sleep_deps, |
| 561 | .sleepdep_srcs = ducati_wkup_sleep_deps, | 561 | .sleepdep_srcs = ducati_wkup_sleep_deps, |
| 562 | .flags = CLKDM_CAN_HWSUP_SWSUP, | 562 | .flags = CLKDM_CAN_SWSUP, |
| 563 | .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP44XX), | 563 | .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP44XX), |
| 564 | }; | 564 | }; |
| 565 | 565 | ||
