On 09/15/2017 11:41 AM, Marek Szyprowski wrote:
Commit 6edfa11cb396 ("clk: samsung: Add enable/disable operation for PLL36XX clocks") added enable/disable operations to PLL clocks. Prior that VPLL and EPPL clocks were always enabled because the enable bit was never touched. Those clocks have to be enabled during suspend/resume cycle, because otherwise board fails to enter sleep mode. This patch enables them unconditionally before entering system suspend state. System restore function will set them to the previous state saved in the register cache done before that unconditional enable. Fixes: 6edfa11cb396 ("clk: samsung: Add enable/disable operation for PLL36XX clocks") CC:stable@xxxxxxxxxxxxxxx # v4.13 Signed-off-by: Marek Szyprowski<m.szyprowski@xxxxxxxxxxx>
Acked-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> Thanks, can you please resend so the patchwork catches the patch and with clk maintainers in Cc? -- Regards, Sylwester