Skip to content

Commit e88ba43

Browse files
Tero Kristotmlind
authored andcommitted
ARM: OMAP5: 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 OMAP5, so do the same change for OMAP5 also. Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent f18e314 commit e88ba43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-omap2/clockdomains54xx_data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static struct clockdomain l4sec_54xx_clkdm = {
170170
.dep_bit = OMAP54XX_L4SEC_STATDEP_SHIFT,
171171
.wkdep_srcs = l4sec_wkup_sleep_deps,
172172
.sleepdep_srcs = l4sec_wkup_sleep_deps,
173-
.flags = CLKDM_CAN_HWSUP_SWSUP,
173+
.flags = CLKDM_CAN_SWSUP,
174174
};
175175

176176
static struct clockdomain iva_54xx_clkdm = {

0 commit comments

Comments
 (0)