Re: [PATCH V3 3/4] clk: imx: Add support for i.MX8MN clock driver

From: Stephen Boyd
Date: Thu Jun 06 2019 - 12:29:53 EST


Quoting Anson.Huang@xxxxxxx (2019-06-03 18:59:27)
> From: Anson Huang <Anson.Huang@xxxxxxx>
>
> This patch adds i.MX8MN clock driver support.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> ---
> Changes since V2:
> - use platform driver model for this clock driver;

Can you also use platform device APIs like platform_*(),
devm_ioremap_resource() and devmified clk registration?