From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Sun, 28 Jun 2015 12:38:38 +0800 Subject: [PATCH] ARM: dts: imx27: Adjust the GPT compatible string In-Reply-To: <1435438273-19741-1-git-send-email-festevam@gmail.com> References: <1435438273-19741-1-git-send-email-festevam@gmail.com> Message-ID: <20150628043838.GB10332@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Jun 27, 2015 at 05:51:13PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > include/soc/imx/timer.h describes well the different versions of > the GPT block among the imx family: > > enum imx_gpt_type { > GPT_TYPE_IMX1, /* i.MX1 */ > GPT_TYPE_IMX21, /* i.MX21/27 */ > GPT_TYPE_IMX31, /* i.MX31/35/25/37/51/6Q */ > GPT_TYPE_IMX6DL, /* i.MX6DL/SX/SL */ > }; > > So the proper compatible string for the MX27 case should be > "fsl,imx21-gpt". > > Signed-off-by: Fabio Estevam Applied, thanks.