Commit defadcc9 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Sylwester Nawrocki

clk: samsung: exynos5433: Keep sclk_uart clocks enabled in suspend

All sclk_uart clocks in TOP CMU have to be kept enabled for suspend/resume
cycle, otherwise TM2(e) boards hangs before entering the suspend mode.
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarSylwester Nawrocki <snawrocki@kernel.org>
parent fa34efff
...@@ -180,6 +180,8 @@ static const unsigned long top_clk_regs[] __initconst = { ...@@ -180,6 +180,8 @@ static const unsigned long top_clk_regs[] __initconst = {
static const struct samsung_clk_reg_dump top_suspend_regs[] = { static const struct samsung_clk_reg_dump top_suspend_regs[] = {
/* force all aclk clocks enabled */ /* force all aclk clocks enabled */
{ ENABLE_ACLK_TOP, 0x67ecffed }, { ENABLE_ACLK_TOP, 0x67ecffed },
/* force all sclk_uart clocks enabled */
{ ENABLE_SCLK_TOP_PERIC, 0x38 },
/* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */ /* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */
{ ISP_PLL_CON0, 0x85cc0502 }, { ISP_PLL_CON0, 0x85cc0502 },
/* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */ /* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */
......
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