Re: [PATCH v2] clk: imx8mm: Switch to platform driver

From: Shawn Guo
Date: Sat Aug 03 2019 - 04:14:01 EST


On Tue, Jul 09, 2019 at 05:20:03PM +0300, Abel Vesa wrote:
> There is no strong reason for this to use CLK_OF_DECLARE instead
> of being a platform driver. Plus, this will now be aligned with the
> other i.MX8M clock drivers which are platform drivers.
>
> In order to make the clock provider a platform driver
> all the data and code needs to be outside of .init section.
>
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx>

Applied, thanks.