clk: samsung: exynos5433: Keep sclk_uart clocks enabled in suspend
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 11 May 2018 06:50:36 +0000 (08:50 +0200)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:58:04 +0000 (14:58 +0900)
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: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I198880bcee0688c9e33b1e4056b8b60819303945

drivers/clk/samsung/clk-exynos5433.c

index 1d4b177..4a0f8ff 100644 (file)
@@ -180,6 +180,8 @@ static const unsigned long top_clk_regs[] __initconst = {
 static const struct samsung_clk_reg_dump top_suspend_regs[] = {
        /* force all aclk clocks enabled */
        { 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_CON0, 0x85cc0502 },
        /* ISP PLL has to be enabled for suspend: reset value + ENABLE bit */