linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 1/2] ARM: dts: imx6ull-14x14-evk: correct machine model name
@ 2018-08-23  8:41 Anson Huang
  2018-08-23  8:41 ` [PATCH V2 2/2] dt-bindings: arm: add missing compatible for i.MX boards Anson Huang
  2018-08-29 14:44 ` [PATCH V2 1/2] ARM: dts: imx6ull-14x14-evk: correct machine model name Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Anson Huang @ 2018-08-23  8:41 UTC (permalink / raw)
  To: shawnguo, s.hauer, kernel, fabio.estevam, robh+dt, mark.rutland,
	stefan.wahren, linux-arm-kernel, devicetree, linux-kernel
  Cc: Linux-imx

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] 4+ messages in thread

* [PATCH V2 2/2] dt-bindings: arm: add missing compatible for i.MX boards
  2018-08-23  8:41 [PATCH V2 1/2] ARM: dts: imx6ull-14x14-evk: correct machine model name Anson Huang
@ 2018-08-23  8:41 ` Anson Huang
  2018-08-29  0:35   ` Rob Herring
  2018-08-29 14:44 ` [PATCH V2 1/2] ARM: dts: imx6ull-14x14-evk: correct machine model name Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Anson Huang @ 2018-08-23  8:41 UTC (permalink / raw)
  To: shawnguo, s.hauer, kernel, fabio.estevam, robh+dt, mark.rutland,
	stefan.wahren, linux-arm-kernel, devicetree, linux-kernel
  Cc: Linux-imx

This patch adds missing compatible for i.MX boards.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 Documentation/devicetree/bindings/arm/fsl.txt | 40 +++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
index 8a1baa2..968f238 100644
--- a/Documentation/devicetree/bindings/arm/fsl.txt
+++ b/Documentation/devicetree/bindings/arm/fsl.txt
@@ -57,6 +57,46 @@ i.MX6SLL EVK board
 Required root node properties:
     - compatible = "fsl,imx6sll-evk", "fsl,imx6sll";
 
+i.MX6 Quad Plus SABRE Smart Device Board
+Required root node properties:
+    - compatible = "fsl,imx6qp-sabresd", "fsl,imx6qp";
+
+i.MX6 Quad Plus SABRE Automotive Board
+Required root node properties:
+    - compatible = "fsl,imx6qp-sabreauto", "fsl,imx6qp";
+
+i.MX6 DualLite SABRE Smart Device Board
+Required root node properties:
+    - compatible = "fsl,imx6dl-sabresd", "fsl,imx6dl";
+
+i.MX6 DualLite/Solo SABRE Automotive Board
+Required root node properties:
+    - compatible = "fsl,imx6dl-sabreauto", "fsl,imx6dl";
+
+i.MX6 SoloLite EVK Board
+Required root node properties:
+    - compatible = "fsl,imx6sl-evk", "fsl,imx6sl";
+
+i.MX6 UltraLite 14x14 EVK Board
+Required root node properties:
+    - compatible = "fsl,imx6ul-14x14-evk", "fsl,imx6ul";
+
+i.MX6 UltraLiteLite 14x14 EVK Board
+Required root node properties:
+    - compatible = "fsl,imx6ull-14x14-evk", "fsl,imx6ull";
+
+i.MX6 SoloX SDB Board
+Required root node properties:
+    - compatible = "fsl,imx6sx-sdb", "fsl,imx6sx";
+
+i.MX6 SoloX Sabre Auto Board
+Required root node properties:
+    - compatible = "fsl,imx6sx-sabreauto", "fsl,imx6sx";
+
+i.MX7 SabreSD Board
+Required root node properties:
+    - compatible = "fsl,imx7d-sdb", "fsl,imx7d";
+
 Generic i.MX boards
 -------------------
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH V2 2/2] dt-bindings: arm: add missing compatible for i.MX boards
  2018-08-23  8:41 ` [PATCH V2 2/2] dt-bindings: arm: add missing compatible for i.MX boards Anson Huang
@ 2018-08-29  0:35   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-08-29  0:35 UTC (permalink / raw)
  To: Anson Huang
  Cc: shawnguo, s.hauer, kernel, fabio.estevam, robh+dt, mark.rutland,
	stefan.wahren, linux-arm-kernel, devicetree, linux-kernel,
	Linux-imx

On Thu, 23 Aug 2018 16:41:14 +0800, Anson Huang wrote:
> This patch adds missing compatible for i.MX boards.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> ---
>  Documentation/devicetree/bindings/arm/fsl.txt | 40 +++++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH V2 1/2] ARM: dts: imx6ull-14x14-evk: correct machine model name
  2018-08-23  8:41 [PATCH V2 1/2] ARM: dts: imx6ull-14x14-evk: correct machine model name Anson Huang
  2018-08-23  8:41 ` [PATCH V2 2/2] dt-bindings: arm: add missing compatible for i.MX boards Anson Huang
@ 2018-08-29 14:44 ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2018-08-29 14:44 UTC (permalink / raw)
  To: Anson Huang
  Cc: s.hauer, kernel, fabio.estevam, robh+dt, mark.rutland,
	stefan.wahren, linux-arm-kernel, devicetree, linux-kernel,
	Linux-imx

On Thu, Aug 23, 2018 at 04:41:13PM +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>

Applied both, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-29 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-23  8:41 [PATCH V2 1/2] ARM: dts: imx6ull-14x14-evk: correct machine model name Anson Huang
2018-08-23  8:41 ` [PATCH V2 2/2] dt-bindings: arm: add missing compatible for i.MX boards Anson Huang
2018-08-29  0:35   ` Rob Herring
2018-08-29 14:44 ` [PATCH V2 1/2] ARM: dts: imx6ull-14x14-evk: correct machine model name Shawn Guo

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).