Re: [PATCH] ARM: dts: imx6sx: correct backward compatible of gpt

From: Shawn Guo
Date: Sat Jan 12 2019 - 21:41:29 EST


On Sat, Dec 29, 2018 at 10:01:18AM +0000, Anson Huang wrote:
> i.MX6SX has same GPT type as i.MX6DL, in GPT driver, it uses
> below TIMER_OF_DECLARE, so the backward compatible should be
> "fsl,imx6dl-gpt", correct it.
>
> TIMER_OF_DECLARE(imx6sx_timer, "fsl,imx6sx-gpt", imx6dl_timer_init_dt);
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Applied, thanks.