Hi, Stefan Anson Huang Best Regards!
> -----Original Message----- > From: Stefan Wahren <stefan.wah...@i2se.com> > Sent: Thursday, August 23, 2018 2:53 PM > To: Anson Huang <anson.hu...@nxp.com>; shawn...@kernel.org; > s.ha...@pengutronix.de; ker...@pengutronix.de; Fabio Estevam > <fabio.este...@nxp.com>; robh...@kernel.org; mark.rutl...@arm.com; > linux-arm-ker...@lists.infradead.org; devicet...@vger.kernel.org; > linux-kernel@vger.kernel.org > Cc: dl-linux-imx <linux-...@nxp.com> > Subject: Re: [PATCH] ARM: dts: imx6ull: correct machine model name > > Hi Anson, > > > Am 23.08.2018 um 08:30 schrieb Anson Huang: > > i.MX6ULL is a lite version of i.MX6UL, its full name is i.MX6 > > UltraLiteLite, NOT UlltraLite. > > > > Signed-off-by: Anson Huang <anson.hu...@nxp.com> > > --- > > arch/arm/boot/dts/imx6ull-14x14-evk.dts | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/boot/dts/imx6ull-14x14-evk.dts > > b/arch/arm/boot/dts/imx6ull-14x14-evk.dts > > index 30ef603..0ba6454 100644 > > --- a/arch/arm/boot/dts/imx6ull-14x14-evk.dts > > +++ b/arch/arm/boot/dts/imx6ull-14x14-evk.dts > > @@ -45,7 +45,7 @@ > > #include "imx6ul-14x14-evk.dtsi" > > > > / { > > - model = "Freescale i.MX6 UlltraLite 14x14 EVK Board"; > > + model = "Freescale i.MX6 UltraLiteLite 14x14 EVK Board"; > > compatible = "fsl,imx6ull-14x14-evk", "fsl,imx6ull"; }; > > > > looks good, but this compatible should be documented in > Documentation/devicetree/bindings/arm/fsl.txt (should be a separate patch). Thanks for reminder, I will update the documentation as well in V2 patch. And looks like we missed many i.MX6 platforms there, I will update them in separate patch as well. Anson. > > Regards > Stefan