Skip to content

Commit f18e314

Browse files
Tero Kristotmlind
authored andcommitted
ARM: OMAP4: Make L4SEC clock domain SWSUP only
Commit c2ce5fb ('ARM: OMAP: DRA7xx: Make L4SEC clock domain SWSUP only') made DRA7 SoC L4SEC clock domain SWSUP only because of power state transition issues detected with HWSUP mode. Based on experimentation similar issue exists on OMAP4, so do the same change for OMAP4 also. Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 189a873 commit f18e314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-omap2/clockdomains44xx_data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ static struct clockdomain l4_secure_44xx_clkdm = {
214214
.dep_bit = OMAP4430_L4SEC_STATDEP_SHIFT,
215215
.wkdep_srcs = l4_secure_wkup_sleep_deps,
216216
.sleepdep_srcs = l4_secure_wkup_sleep_deps,
217-
.flags = CLKDM_CAN_HWSUP_SWSUP,
217+
.flags = CLKDM_CAN_SWSUP,
218218
};
219219

220220
static struct clockdomain l4_per_44xx_clkdm = {

0 commit comments

Comments
 (0)