clk: samsung: exynos5433: add DIV_CPIF to store it when the board is being suspended
authorHyungwon Hwang <human.hwang@samsung.com>
Thu, 9 Apr 2015 08:30:02 +0000 (17:30 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:42:55 +0000 (13:42 +0900)
This register must be stored when the device is suspended, and must be restored
when it is back. This patch adds the register to the list of storing registers.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
drivers/clk/samsung/clk-exynos5433.c

index 03d04b8..baaee53 100644 (file)
@@ -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,
 };