Re: [PATCH] clk: imx8mq: Use devm_platform_ioremap_resource() instead of of_iomap()

From: Shawn Guo
Date: Tue Jun 18 2019 - 02:58:16 EST


On Mon, Jun 10, 2019 at 01:39:22PM +0800, Anson.Huang@xxxxxxx wrote:
> From: Anson Huang <Anson.Huang@xxxxxxx>
>
> i.MX8MQ clock driver uses platform driver model, better to use
> devm_platform_ioremap_resource() instead of of_iomap() to get
> IO base.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Applied, thanks.