aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/samsung/clk-exynos5433.c
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2015-04-27 20:36:34 +0900
committerMichael Turquette <mturquette@linaro.org>2015-06-09 18:14:26 -0700
commit2a9c67b2d3eb81b26493b5d2ee9d27eb4a806c53 (patch)
tree2c0f832e0ba18ee1ff9da303f44b40e51dd0d3b3 /drivers/clk/samsung/clk-exynos5433.c
parentclk: exynos5433: Add CLK_SET_RATE_PARENT to support DVFS for big.LITTLE core (diff)
downloadlinux-dev-2a9c67b2d3eb81b26493b5d2ee9d27eb4a806c53.tar.xz
linux-dev-2a9c67b2d3eb81b26493b5d2ee9d27eb4a806c53.zip
clk: exynos5433: Add DIV_CPIF to the list of stored registers on suspend
This DIV_CPIF register must be stored when the system is suspended, and must be restored on system resume. This patch adds the register to the list of restored registers. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'drivers/clk/samsung/clk-exynos5433.c')
-rw-r--r--drivers/clk/samsung/clk-exynos5433.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
index e4a67717d9a9..5d8b4a82c98b 100644
--- a/drivers/clk/samsung/clk-exynos5433.c
+++ b/drivers/clk/samsung/clk-exynos5433.c
@@ -835,6 +835,7 @@ static unsigned long cpif_clk_regs[] __initdata = {
MPHY_PLL_CON1,
MPHY_PLL_FREQ_DET,
MUX_SEL_CPIF0,
+ DIV_CPIF,
ENABLE_SCLK_CPIF,
};