* [PATCH] ARM: dts: imx6ull: correct machine model name
@ 2018-08-23 6:30 Anson Huang
2018-08-23 6:52 ` Stefan Wahren
2018-08-23 6:57 ` Sascha Hauer
0 siblings, 2 replies; 5+ messages in thread
From: Anson Huang @ 2018-08-23 6:30 UTC (permalink / raw)
To: linux-arm-kernel
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@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";
};
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] ARM: dts: imx6ull: correct machine model name
2018-08-23 6:30 [PATCH] ARM: dts: imx6ull: correct machine model name Anson Huang
@ 2018-08-23 6:52 ` Stefan Wahren
2018-08-23 6:55 ` Anson Huang
2018-08-23 6:57 ` Sascha Hauer
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Wahren @ 2018-08-23 6:52 UTC (permalink / raw)
To: linux-arm-kernel
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@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).
Regards
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: dts: imx6ull: correct machine model name
2018-08-23 6:52 ` Stefan Wahren
@ 2018-08-23 6:55 ` Anson Huang
0 siblings, 0 replies; 5+ messages in thread
From: Anson Huang @ 2018-08-23 6:55 UTC (permalink / raw)
To: linux-arm-kernel
Hi, Stefan
Anson Huang
Best Regards!
> -----Original Message-----
> From: Stefan Wahren <stefan.wahren@i2se.com>
> Sent: Thursday, August 23, 2018 2:53 PM
> To: Anson Huang <anson.huang@nxp.com>; shawnguo at kernel.org;
> s.hauer at pengutronix.de; kernel at pengutronix.de; Fabio Estevam
> <fabio.estevam@nxp.com>; robh+dt at kernel.org; mark.rutland at arm.com;
> linux-arm-kernel at lists.infradead.org; devicetree at vger.kernel.org;
> linux-kernel at vger.kernel.org
> Cc: dl-linux-imx <linux-imx@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.Huang@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
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: dts: imx6ull: correct machine model name
2018-08-23 6:30 [PATCH] ARM: dts: imx6ull: correct machine model name Anson Huang
2018-08-23 6:52 ` Stefan Wahren
@ 2018-08-23 6:57 ` Sascha Hauer
2018-08-23 6:58 ` Anson Huang
1 sibling, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2018-08-23 6:57 UTC (permalink / raw)
To: linux-arm-kernel
Hi Anson,
The board name should be in the subject to let the reader know this is
no generic i.MX6ull change.
Sascha
On Thu, Aug 23, 2018 at 02:30:49PM +0800, Anson Huang wrote:
> 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@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";
> };
>
> --
> 2.7.4
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: dts: imx6ull: correct machine model name
2018-08-23 6:57 ` Sascha Hauer
@ 2018-08-23 6:58 ` Anson Huang
0 siblings, 0 replies; 5+ messages in thread
From: Anson Huang @ 2018-08-23 6:58 UTC (permalink / raw)
To: linux-arm-kernel
Hi, Sacha
Anson Huang
Best Regards!
> -----Original Message-----
> From: Sascha Hauer <s.hauer@pengutronix.de>
> Sent: Thursday, August 23, 2018 2:57 PM
> To: Anson Huang <anson.huang@nxp.com>
> Cc: shawnguo at kernel.org; kernel at pengutronix.de; Fabio Estevam
> <fabio.estevam@nxp.com>; robh+dt at kernel.org; mark.rutland at arm.com;
> linux-arm-kernel at lists.infradead.org; devicetree at vger.kernel.org;
> linux-kernel at vger.kernel.org; dl-linux-imx <linux-imx@nxp.com>
> Subject: Re: [PATCH] ARM: dts: imx6ull: correct machine model name
>
> Hi Anson,
>
> The board name should be in the subject to let the reader know this is no
> generic i.MX6ull change.
Thanks for comment, will fix it in V2 patch.
Anson.
>
> Sascha
>
> On Thu, Aug 23, 2018 at 02:30:49PM +0800, Anson Huang wrote:
> > 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@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"; };
> >
> > --
> > 2.7.4
> >
> >
>
> --
> Pengutronix e.K. |
> |
> Industrial Linux Solutions |
> https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.
> pengutronix.de%2F&data=02%7C01%7Canson.huang%40nxp.com%7C59
> 4938583dae4ac0ab1208d608c5af45%7C686ea1d3bc2b4c6fa92cd99c5c301635
> %7C0%7C0%7C636706042476455956&sdata=bMBKPPTa17ALKbCF8jvTtIj
> dviMwKxXMW%2F%2F02xkzWO8%3D&reserved=0 |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax:
> +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-08-23 6:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-23 6:30 [PATCH] ARM: dts: imx6ull: correct machine model name Anson Huang
2018-08-23 6:52 ` Stefan Wahren
2018-08-23 6:55 ` Anson Huang
2018-08-23 6:57 ` Sascha Hauer
2018-08-23 6:58 ` Anson Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).