Re: [PATCH 1/2] clk: imx: Remove __init for imx_register_uart_clocks() API

From: Shawn Guo
Date: Sun Jun 23 2019 - 21:44:28 EST


On Wed, Jun 19, 2019 at 03:12:39PM +0800, Anson.Huang@xxxxxxx wrote:
> From: Anson Huang <Anson.Huang@xxxxxxx>
>
> Some of i.MX SoCs' clock driver use platform driver model,
> and they need to call imx_register_uart_clocks() API, so
> imx_register_uart_clocks() API should NOT be in .init section.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Applied both, thanks.