]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: samsung: exynos5420: Preserve PLL configuration during suspend/resume
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 25 Oct 2019 09:02:01 +0000 (11:02 +0200)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 25 Oct 2019 09:20:00 +0000 (11:20 +0200)
Properly save and restore all top PLL related configuration registers
during suspend/resume cycle. So far driver only handled EPLL and RPLL
clocks, all other were reset to default values after suspend/resume cycle.
This caused for example lower G3D (MALI Panfrost) performance after system
resume, even if performance governor has been selected.

Reported-by: Reported-by: Marian Mihailescu <mihailescu2m@gmail.com>
Fixes: 773424326b51 ("clk: samsung: exynos5420: add more registers to restore list")
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-exynos5420.c

index dfa862d55246edbc81a7379ebedc91cd4c8c0a79..31466cd1842f860727869e651a748839e67ec2e5 100644 (file)
@@ -165,12 +165,18 @@ static const unsigned long exynos5x_clk_regs[] __initconst = {
        GATE_BUS_CPU,
        GATE_SCLK_CPU,
        CLKOUT_CMU_CPU,
+       CPLL_CON0,
+       DPLL_CON0,
        EPLL_CON0,
        EPLL_CON1,
        EPLL_CON2,
        RPLL_CON0,
        RPLL_CON1,
        RPLL_CON2,
+       IPLL_CON0,
+       SPLL_CON0,
+       VPLL_CON0,
+       MPLL_CON0,
        SRC_TOP0,
        SRC_TOP1,
        SRC_TOP2,