From: Hyungwon Hwang Date: Mon, 27 Apr 2015 11:36:34 +0000 (+0900) Subject: clk: exynos5433: Add DIV_CPIF to the list of stored registers on suspend X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2a9c67b2d3eb81b26493b5d2ee9d27eb4a806c53;p=linux-beck.git 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 Signed-off-by: Chanwoo Choi Signed-off-by: Sylwester Nawrocki --- 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, };