summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubramaniam C.A <subramaniam.ca@ti.com>2012-01-04 15:54:25 -0600
committerAndy Green <andy.green@linaro.org>2012-03-13 11:20:23 +0800
commitabdbab397c821e998e8c3c7d8dd7af434a40707a (patch)
tree751044fb852bbb510db49f8a223362bc73272e81
parentf0c9e5e4519362f2295035ab0ffafa24c25c66f3 (diff)
ARM: omap5: clockdomain: set iss clk domain to SWSUP
This patch sets the cam/iss clock domain from HW_AUTO to just SW_SUP. This patch is based on a similar patch done for OMAP4, "ARM: OMAP: clockdomain: set iss clk domain to just SWSUP" This is done because CAM domain has no module wake-up dependency with any other clock domain of the device and the dynamic dependency from L3_main_2 is always disabled, the domain needs to be in force wakeup in order to be able to be used or accessed for configuration. Also since there is no clock in the domain managed automatically by the hardware, so there is no need to configure automatic clock domain transition. SW should keep the SW_WKUP domain transition as long as a module in the domain is required to be functional. Signed-off-by: Subramaniam C.A <subramaniam.ca@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--arch/arm/mach-omap2/clockdomains54xx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clockdomains54xx_data.c b/arch/arm/mach-omap2/clockdomains54xx_data.c
index b45820321d5..4057266bf72 100644
--- a/arch/arm/mach-omap2/clockdomains54xx_data.c
+++ b/arch/arm/mach-omap2/clockdomains54xx_data.c
@@ -592,7 +592,7 @@ static struct clockdomain cam_54xx_clkdm = {
.clkdm_offs = OMAP54XX_CM_CORE_CAM_CAM_CDOFFS,
.wkdep_srcs = cam_wkup_sleep_deps,
.sleepdep_srcs = cam_wkup_sleep_deps,
- .flags = CLKDM_CAN_HWSUP_SWSUP,
+ .flags = CLKDM_CAN_SWSUP,
};
/* As clockdomains are added or removed above, this list must also be changed */