]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: samsung: exynos5420: Preserve CPU clocks configuration during suspend/resume
authorMarian Mihailescu <mihailescu2m@gmail.com>
Tue, 29 Oct 2019 00:50:25 +0000 (11:20 +1030)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 29 Oct 2019 10:31:36 +0000 (11:31 +0100)
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: 773424326b51 ("clk: samsung: exynos5420: add more registers to restore list")
Signed-off-by: Marian Mihailescu <mihailescu2m@gmail.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-exynos5420.c

index bbd7baab089914083646b5676f008e35e7020842..53bbd656a3f61eaa67a584f941d3b5342120457d 100644 (file)
@@ -165,6 +165,8 @@ static const unsigned long exynos5x_clk_regs[] __initconst = {
        GATE_BUS_CPU,
        GATE_SCLK_CPU,
        CLKOUT_CMU_CPU,
+       APLL_CON0,
+       KPLL_CON0,
        CPLL_CON0,
        DPLL_CON0,
        EPLL_CON0,