Skip to content

Commit e21be0d

Browse files
mihailescu2mSylwester Nawrocki
authored andcommitted
clk: samsung: exynos5420: Preserve CPU clocks configuration during suspend/resume
Save and restore top PLL related configuration registers for big (APLL) and LITTLE (KPLL) cores during suspend/resume cycle. So far, CPU clocks were reset to default values after suspend/resume cycle and performance after system resume was affected when performance governor has been selected. Fixes: 7734243 ("clk: samsung: exynos5420: add more registers to restore list") Signed-off-by: Marian Mihailescu <[email protected]> Signed-off-by: Sylwester Nawrocki <[email protected]>
1 parent b92981d commit e21be0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/samsung/clk-exynos5420.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ static const unsigned long exynos5x_clk_regs[] __initconst = {
165165
GATE_BUS_CPU,
166166
GATE_SCLK_CPU,
167167
CLKOUT_CMU_CPU,
168+
APLL_CON0,
169+
KPLL_CON0,
168170
CPLL_CON0,
169171
DPLL_CON0,
170172
EPLL_CON0,

0 commit comments

Comments
 (0)