All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Rob Herring" <robh+dt@kernel.org>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Anson Huang" <Anson.Huang@nxp.com>,
	"Andreas Kemnade" <andreas@kemnade.info>,
	"Stefan Riedmueller" <s.riedmueller@phytec.de>,
	"Robert Jones" <rjones@gateworks.com>,
	"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>,
	"Li Yang" <leoyang.li@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/12] dt-bindings: arm: fsl: document i.MX6UL boards
Date: Thu,  1 Oct 2020 19:07:53 +0200	[thread overview]
Message-ID: <20201001170759.9592-7-krzk@kernel.org> (raw)
In-Reply-To: <20201001170759.9592-1-krzk@kernel.org>

Document and adjust the compatibles for i.MX6UL based boards.
The Armadeus boards use multiple compatibles.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 .../devicetree/bindings/arm/fsl.yaml          | 25 +++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 7120e3a34339..e5e45dd7194d 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -479,9 +479,10 @@ properties:
       - description: i.MX6UL based Boards
         items:
           - enum:
-              - armadeus,imx6ul-opos6ul    # OPOS6UL (i.MX6UL) SoM
-              - armadeus,imx6ul-opos6uldev # OPOS6UL (i.MX6UL) SoM on OPOS6ULDev board
+              - engicam,imx6ul-geam       # Engicam GEAM6UL Starter Kit
+              - engicam,imx6ul-isiot      # Engicam Is.IoT MX6UL eMMC/NAND Starter kit
               - fsl,imx6ul-14x14-evk      # i.MX6 UltraLite 14x14 EVK Board
+              - karo,imx6ul-tx6ul         # Ka-Ro electronics TXUL-0010 Module
               - kontron,imx6ul-n6310-som  # Kontron N6310 SOM
               - kontron,imx6ul-n6311-som  # Kontron N6311 SOM
               - technexion,imx6ul-pico-dwarf   # TechNexion i.MX6UL Pico-Dwarf
@@ -489,6 +490,26 @@ properties:
               - technexion,imx6ul-pico-pi      # TechNexion i.MX6UL Pico-Pi
           - const: fsl,imx6ul
 
+      - description: i.MX6UL Armadeus Systems OPOS6UL SoM Board
+        items:
+          - const: armadeus,imx6ul-opos6uldev   # OPOS6UL (i.MX6UL) SoM on OPOS6ULDev board
+          - const: armadeus,imx6ul-opos6ul      # OPOS6UL (i.MX6UL) SoM
+          - const: fsl,imx6ul
+
+      - description: i.MX6UL Digi International ConnectCore 6UL Boards
+        items:
+          - enum:
+              - digi,ccimx6ulsbcexpress   # Digi International ConnectCore 6UL SBC Express
+              - digi,ccimx6ulsbcpro       # Digi International ConnectCore 6UL SBC Pro
+          - const: digi,ccimx6ulsom
+          - const: fsl,imx6ul
+
+      - description: i.MX6UL Grinn liteBoard
+        items:
+          - const: grinn,imx6ul-liteboard
+          - const: grinn,imx6ul-litesom
+          - const: fsl,imx6ul
+
       - description: i.MX6UL PHYTEC phyBOARD-Segin
         items:
           - enum:
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: "Rob Herring" <robh+dt@kernel.org>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Anson Huang" <Anson.Huang@nxp.com>,
	"Andreas Kemnade" <andreas@kemnade.info>,
	"Stefan Riedmueller" <s.riedmueller@phytec.de>,
	"Robert Jones" <rjones@gateworks.com>,
	"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>,
	"Li Yang" <leoyang.li@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/12] dt-bindings: arm: fsl: document i.MX6UL boards
Date: Thu,  1 Oct 2020 19:07:53 +0200	[thread overview]
Message-ID: <20201001170759.9592-7-krzk@kernel.org> (raw)
In-Reply-To: <20201001170759.9592-1-krzk@kernel.org>

Document and adjust the compatibles for i.MX6UL based boards.
The Armadeus boards use multiple compatibles.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 .../devicetree/bindings/arm/fsl.yaml          | 25 +++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 7120e3a34339..e5e45dd7194d 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -479,9 +479,10 @@ properties:
       - description: i.MX6UL based Boards
         items:
           - enum:
-              - armadeus,imx6ul-opos6ul    # OPOS6UL (i.MX6UL) SoM
-              - armadeus,imx6ul-opos6uldev # OPOS6UL (i.MX6UL) SoM on OPOS6ULDev board
+              - engicam,imx6ul-geam       # Engicam GEAM6UL Starter Kit
+              - engicam,imx6ul-isiot      # Engicam Is.IoT MX6UL eMMC/NAND Starter kit
               - fsl,imx6ul-14x14-evk      # i.MX6 UltraLite 14x14 EVK Board
+              - karo,imx6ul-tx6ul         # Ka-Ro electronics TXUL-0010 Module
               - kontron,imx6ul-n6310-som  # Kontron N6310 SOM
               - kontron,imx6ul-n6311-som  # Kontron N6311 SOM
               - technexion,imx6ul-pico-dwarf   # TechNexion i.MX6UL Pico-Dwarf
@@ -489,6 +490,26 @@ properties:
               - technexion,imx6ul-pico-pi      # TechNexion i.MX6UL Pico-Pi
           - const: fsl,imx6ul
 
+      - description: i.MX6UL Armadeus Systems OPOS6UL SoM Board
+        items:
+          - const: armadeus,imx6ul-opos6uldev   # OPOS6UL (i.MX6UL) SoM on OPOS6ULDev board
+          - const: armadeus,imx6ul-opos6ul      # OPOS6UL (i.MX6UL) SoM
+          - const: fsl,imx6ul
+
+      - description: i.MX6UL Digi International ConnectCore 6UL Boards
+        items:
+          - enum:
+              - digi,ccimx6ulsbcexpress   # Digi International ConnectCore 6UL SBC Express
+              - digi,ccimx6ulsbcpro       # Digi International ConnectCore 6UL SBC Pro
+          - const: digi,ccimx6ulsom
+          - const: fsl,imx6ul
+
+      - description: i.MX6UL Grinn liteBoard
+        items:
+          - const: grinn,imx6ul-liteboard
+          - const: grinn,imx6ul-litesom
+          - const: fsl,imx6ul
+
       - description: i.MX6UL PHYTEC phyBOARD-Segin
         items:
           - enum:
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-10-01 17:08 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
2020-10-01 17:07 ` Krzysztof Kozlowski
2020-10-01 17:07 ` [PATCH 01/12] dt-bindings: vendor-prefixes: add Element14 Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-06 17:38   ` Rob Herring
2020-10-06 17:38     ` Rob Herring
2020-10-01 17:07 ` [PATCH 02/12] dt-bindings: arm: fsl: document i.MX6Q boards Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-06 17:39   ` Rob Herring
2020-10-06 17:39     ` Rob Herring
2020-10-01 17:07 ` [PATCH 03/12] dt-bindings: arm: fsl: document i.MX6QP boards Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-06 17:39   ` Rob Herring
2020-10-06 17:39     ` Rob Herring
2020-10-01 17:07 ` [PATCH 04/12] dt-bindings: arm: fsl: document i.MX6SL boards Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-06 17:40   ` Rob Herring
2020-10-06 17:40     ` Rob Herring
2020-10-01 17:07 ` [PATCH 05/12] dt-bindings: arm: fsl: document i.MX6SX boards Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-06 17:40   ` Rob Herring
2020-10-06 17:40     ` Rob Herring
2020-10-01 17:07 ` Krzysztof Kozlowski [this message]
2020-10-01 17:07   ` [PATCH 06/12] dt-bindings: arm: fsl: document i.MX6UL boards Krzysztof Kozlowski
2020-10-06 17:41   ` Rob Herring
2020-10-06 17:41     ` Rob Herring
2020-10-01 17:07 ` [PATCH 07/12] dt-bindings: arm: fsl: document i.MX6ULL boards Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-06 17:41   ` Rob Herring
2020-10-06 17:41     ` Rob Herring
2020-10-01 17:07 ` [PATCH 08/12] dt-bindings: arm: fsl: document i.MX7S boards Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-06 17:42   ` Rob Herring
2020-10-06 17:42     ` Rob Herring
2020-10-01 17:07 ` [PATCH 09/12] dt-bindings: arm: fsl: document i.MX7D boards Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-06 17:43   ` Rob Herring
2020-10-06 17:43     ` Rob Herring
2020-10-01 17:07 ` [RFC 10/12] ARM: dts: imx6q-pico: fix board compatibles Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-01 17:07 ` [PATCH 11/12] ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-01 17:07 ` [PATCH 12/12] ARM: dts: imx7s-warp: correct vendor in compatible to Element14 Krzysztof Kozlowski
2020-10-01 17:07   ` Krzysztof Kozlowski
2020-10-30  7:11 ` [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Shawn Guo
2020-10-30  7:11   ` Shawn Guo
2020-10-30  9:18   ` Krzysztof Kozlowski
2020-10-30  9:18     ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201001170759.9592-7-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=Anson.Huang@nxp.com \
    --cc=andreas@kemnade.info \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjones@gateworks.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=s.riedmueller@phytec.de \
    --cc=sebastien.szymanski@armadeus.com \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.