Hi, Stefan Anson Huang Best Regards! > -----Original Message----- > From: Stefan Wahren <stefan.wahren@xxxxxxxx> > Sent: Thursday, August 23, 2018 2:53 PM > To: Anson Huang <anson.huang@xxxxxxx>; shawnguo@xxxxxxxxxx; > s.hauer@xxxxxxxxxxxxxx; kernel@xxxxxxxxxxxxxx; Fabio Estevam > <fabio.estevam@xxxxxxx>; robh+dt@xxxxxxxxxx; mark.rutland@xxxxxxx; > linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; > linux-kernel@xxxxxxxxxxxxxxx > Cc: dl-linux-imx <linux-imx@xxxxxxx> > 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.Huang@xxxxxxx> > > --- > > 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