Commit a0554203 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Greg Kroah-Hartman

clk: samsung: exynos5420: Preserve PLL configuration during suspend/resume

[ Upstream commit e9323b66 ]

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: default avatarReported-by: Marian Mihailescu <mihailescu2m@gmail.com>
Fixes: 77342432 ("clk: samsung: exynos5420: add more registers to restore list")
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 80e28fa2
...@@ -171,12 +171,18 @@ static const unsigned long exynos5x_clk_regs[] __initconst = { ...@@ -171,12 +171,18 @@ static const unsigned long exynos5x_clk_regs[] __initconst = {
GATE_BUS_CPU, GATE_BUS_CPU,
GATE_SCLK_CPU, GATE_SCLK_CPU,
CLKOUT_CMU_CPU, CLKOUT_CMU_CPU,
CPLL_CON0,
DPLL_CON0,
EPLL_CON0, EPLL_CON0,
EPLL_CON1, EPLL_CON1,
EPLL_CON2, EPLL_CON2,
RPLL_CON0, RPLL_CON0,
RPLL_CON1, RPLL_CON1,
RPLL_CON2, RPLL_CON2,
IPLL_CON0,
SPLL_CON0,
VPLL_CON0,
MPLL_CON0,
SRC_TOP0, SRC_TOP0,
SRC_TOP1, SRC_TOP1,
SRC_TOP2, SRC_TOP2,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment