]> Git Repo - linux.git/commitdiff
ARM: OMAP5: Make L4SEC clock domain SWSUP only
authorTero Kristo <[email protected]>
Wed, 29 Apr 2020 14:30:02 +0000 (17:30 +0300)
committerTony Lindgren <[email protected]>
Tue, 5 May 2020 18:16:06 +0000 (11:16 -0700)
Commit c2ce5fb3f3f5 ('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]>
arch/arm/mach-omap2/clockdomains54xx_data.c

index 3ab41fc89dd35b723e8b6a475e64382d658f9ecf..5611e08018a26a63f68ec9f033b6d93e9f6c8650 100644 (file)
@@ -170,7 +170,7 @@ static struct clockdomain l4sec_54xx_clkdm = {
        .dep_bit          = OMAP54XX_L4SEC_STATDEP_SHIFT,
        .wkdep_srcs       = l4sec_wkup_sleep_deps,
        .sleepdep_srcs    = l4sec_wkup_sleep_deps,
-       .flags            = CLKDM_CAN_HWSUP_SWSUP,
+       .flags            = CLKDM_CAN_SWSUP,
 };
 
 static struct clockdomain iva_54xx_clkdm = {
This page took 0.056473 seconds and 4 git commands to generate.