Re: [PATCH] clk: imx8mn: Keep uart clocks on for early console

2019-08-03 Thread Shawn Guo
On Wed, Jul 24, 2019 at 03:50:17PM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > Call imx_register_uart_clocks() API to keep uart clocks enabled > when earlyprintk or earlycon is active. > > Signed-off-by: Anson Huang Applied, thanks.

Re: [PATCH] clk: imx8mn: Keep uart clocks on for early console

2019-07-26 Thread Abel Vesa
On 19-07-24 15:50:17, anson.hu...@nxp.com wrote: > From: Anson Huang > > Call imx_register_uart_clocks() API to keep uart clocks enabled > when earlyprintk or earlycon is active. > > Signed-off-by: Anson Huang Reviewed-by: Abel Vesa > --- > drivers/clk/imx/clk-imx8mn.c | 10 ++ > 1

[PATCH] clk: imx8mn: Keep uart clocks on for early console

2019-07-24 Thread Anson . Huang
From: Anson Huang Call imx_register_uart_clocks() API to keep uart clocks enabled when earlyprintk or earlycon is active. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx8mn.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/clk/imx/clk-imx8mn.c