Re: [PATCH] clk: imx7ulp: Make sure earlycon's clock is enabled

2019-08-03 Thread Shawn Guo
On Wed, Jul 24, 2019 at 11:06:00AM +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > Earlycon's clock could be disabled during kernel boot up, > if earlycon is enabled and its clock is gated, then kernel > boot up will fail. Make sure earlycon's clock is enabled > during kernel boot up. >

[PATCH] clk: imx7ulp: Make sure earlycon's clock is enabled

2019-07-23 Thread Anson . Huang
From: Anson Huang Earlycon's clock could be disabled during kernel boot up, if earlycon is enabled and its clock is gated, then kernel boot up will fail. Make sure earlycon's clock is enabled during kernel boot up. Signed-off-by: Anson Huang --- drivers/clk/imx/clk-imx7ulp.c | 31 +