aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clk/samsung/clk-exynos5433.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/samsung/clk-exynos5433.c b/drivers/clk/samsung/clk-exynos5433.c
index 13384f4911c7..751e2c4fb65b 100644
--- a/drivers/clk/samsung/clk-exynos5433.c
+++ b/drivers/clk/samsung/clk-exynos5433.c
@@ -180,6 +180,8 @@ static const unsigned long top_clk_regs[] __initconst = {
180static const struct samsung_clk_reg_dump top_suspend_regs[] = { 180static const struct samsung_clk_reg_dump top_suspend_regs[] = {
181 /* force all aclk clocks enabled */ 181 /* force all aclk clocks enabled */
182 { ENABLE_ACLK_TOP, 0x67ecffed }, 182 { ENABLE_ACLK_TOP, 0x67ecffed },
183 /* force all sclk_uart clocks enabled */
184 { ENABLE_SCLK_TOP_PERIC, 0x38 },
183 /* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */ 185 /* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */
184 { ISP_PLL_CON0, 0x85cc0502 }, 186 { ISP_PLL_CON0, 0x85cc0502 },
185 /* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */ 187 /* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */