summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Vadillo <vadillo@ti.com>2012-02-15 00:06:22 -0600
committerAndy Green <andy.green@linaro.org>2012-03-13 11:20:30 +0800
commit1ac9606db1c390daace6afaf447449e8eb0a21d8 (patch)
treef6319ccb3e87d2e3dc9e341eaadb1ee16151d12d
parent5ea17052e8ae9502ee2ffed145ade9a54fe4d5a9 (diff)
ARM: omap5: hwmod: remove INIT_NO_IDLE flag for iss
The HWMOD_INIT_NO_IDLE flag has been removed from the ISS hwmod data. With this flag set, the ISS device is being enabled and is never idled after the _setup step during hwmod initialization. This is not idled until the time ISS has been used and go through a enable/disable sequence. This causes the chip not to achieve a low power state after bootup. Signed-off-by: Miguel Vadillo <vadillo@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_54xx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c
index 5e723821965..2605467c487 100644
--- a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c
@@ -3243,7 +3243,7 @@ static struct omap_hwmod_opt_clk iss_opt_clks[] = {
static struct omap_hwmod omap54xx_iss_hwmod = {
.name = "iss",
.class = &omap54xx_iss_hwmod_class,
- .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
+ .flags = HWMOD_INIT_NO_RESET,
.clkdm_name = "cam_clkdm",
.mpu_irqs = omap54xx_iss_irqs,
.sdma_reqs = omap54xx_iss_sdma_reqs,