Re: [PATCH v2 2/9] clk: imx: vf610: Disable automatic clock gating for lpuart in LPSTOP mode

2016-07-08 Thread Michael Turquette
Quoting Bhuvanchandra DV (2016-06-27 22:32:28) > From: Stefan Agner > > In order to allow wake support in STOP sleep mode, clocks are needed. Use > imx_clk_gate2_cgr to disable automatic clock gating in low power mode STOP. > This allows to enable wake by UART using: > echo enabled > /sys/class/t

[PATCH v2 2/9] clk: imx: vf610: Disable automatic clock gating for lpuart in LPSTOP mode

2016-06-27 Thread Bhuvanchandra DV
From: Stefan Agner In order to allow wake support in STOP sleep mode, clocks are needed. Use imx_clk_gate2_cgr to disable automatic clock gating in low power mode STOP. This allows to enable wake by UART using: echo enabled > /sys/class/tty/ttyLP0/power/wakeup However, if wake is not enabled, th