linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles
@ 2020-10-01 17:07 Krzysztof Kozlowski
  2020-10-01 17:07 ` [PATCH 01/12] dt-bindings: vendor-prefixes: add Element14 Krzysztof Kozlowski
                   ` (12 more replies)
  0 siblings, 13 replies; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

Hi,

This is a continuation of my series:
https://lore.kernel.org/linux-arm-kernel/20200930190143.27032-1-krzk@kernel.org/

It is rebased on top of it and finally fixes remaining i.MX2 - i.MX8
boards compatibles.

There is ongoing discussion in my previous patchset about imx6q-pico
(Technexion) board compatibles so the DTS is marked as RFC.

Best regards,
Krzysztof


Krzysztof Kozlowski (12):
  dt-bindings: vendor-prefixes: add Element14
  dt-bindings: arm: fsl: document i.MX6Q boards
  dt-bindings: arm: fsl: document i.MX6QP boards
  dt-bindings: arm: fsl: document i.MX6SL boards
  dt-bindings: arm: fsl: document i.MX6SX boards
  dt-bindings: arm: fsl: document i.MX6UL boards
  dt-bindings: arm: fsl: document i.MX6ULL boards
  dt-bindings: arm: fsl: document i.MX7S boards
  dt-bindings: arm: fsl: document i.MX7D boards
  ARM: dts: imx6q-pico: fix board compatibles
  ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics
  ARM: dts: imx7s-warp: correct vendor in compatible to Element14

 .../devicetree/bindings/arm/fsl.yaml          | 157 ++++++++++++++++--
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/imx6q-pico-dwarf.dts        |   2 +-
 arch/arm/boot/dts/imx6q-pico-hobbit.dts       |   2 +-
 arch/arm/boot/dts/imx6q-pico-nymph.dts        |   2 +-
 arch/arm/boot/dts/imx6q-pico-pi.dts           |   2 +-
 arch/arm/boot/dts/imx6sl-warp.dts             |   4 +-
 arch/arm/boot/dts/imx7s-warp.dts              |   4 +-
 8 files changed, 154 insertions(+), 21 deletions(-)

-- 
2.17.1


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

* [PATCH 01/12] dt-bindings: vendor-prefixes: add Element14
  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-06 17:38   ` Rob Herring
  2020-10-01 17:07 ` [PATCH 02/12] dt-bindings: arm: fsl: document i.MX6Q boards Krzysztof Kozlowski
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

Document the binding for the Element14, a Premier Farnell company.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 7c77d9e6b339..e7f0f7dec193 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -315,6 +315,8 @@ patternProperties:
     description: Einfochips
   "^elan,.*":
     description: Elan Microelectronic Corp.
+  "^element14,.*":
+    description: Element14 (A Premier Farnell Company)
   "^elgin,.*":
     description: Elgin S/A.
   "^elida,.*":
-- 
2.17.1


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

* [PATCH 02/12] dt-bindings: arm: fsl: document i.MX6Q boards
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles 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:39   ` Rob Herring
  2020-10-01 17:07 ` [PATCH 03/12] dt-bindings: arm: fsl: document i.MX6QP boards Krzysztof Kozlowski
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

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

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

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index fc3a837d7dba..c11064d3ee85 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -191,29 +191,85 @@ properties:
       - description: i.MX6Q based Boards
         items:
           - enum:
-              - armadeus,imx6q-apf6       # APF6 (Quad/Dual) SoM
-              - armadeus,imx6q-apf6dev    # APF6 (Quad/Dual) SoM on APF6Dev board
+              - auvidea,h100              # Auvidea H100
+              - boundary,imx6q-nitrogen6_max
+              - boundary,imx6q-nitrogen6_som2
+              - boundary,imx6q-nitrogen6x
+              - compulab,cm-fx6           # CompuLab CM-FX6
+              - dmo,imx6q-edmqmx6         # Data Modul eDM-QMX6 Board
+              - embest,imx6q-marsboard    # Embest MarS Board i.MX6Dual
               - emtrion,emcon-mx6         # emCON-MX6D or emCON-MX6Q SoM
               - emtrion,emcon-mx6-avari   # emCON-MX6D or emCON-MX6Q SoM on Avari Base
+              - engicam,imx6-icore        # Engicam i.CoreM6 Starter Kit
+              - engicam,imx6-icore-rqs    # Engicam i.CoreM6 RQS Starter Kit
               - fsl,imx6q-arm2
               - fsl,imx6q-sabreauto
               - fsl,imx6q-sabrelite
               - fsl,imx6q-sabresd
+              - karo,imx6q-tx6q           # Ka-Ro electronics TX6Q Modules
+              - kiebackpeter,imx6q-tpc    # K+P i.MX6 Quad TPC Board
               - kontron,imx6q-samx6i      # Kontron i.MX6 Dual/Quad SMARC Module
+              - kosagi,imx6q-novena       # Kosagi Novena Dual/Quad
               - logicpd,imx6q-logicpd
+              - lwn,display5              # Liebherr Display5 i.MX6 Quad Board
+              - lwn,mccmon6               # Liebherr Monitor6 i.MX6 Quad Board
+              - nutsboard,imx6q-pistachio # NutsBoard i.MX6 Quad Pistachio
+              - microsys,sbc6x            # MicroSys sbc6x board
+              - poslab,imx6q-savageboard  # Poslab SavageBoard Quad
               - prt,prti6q                # Protonic PRTI6Q board
               - prt,prtwd2                # Protonic WD2 board
+              - rex,imx6q-rex-pro         # Rex Pro i.MX6 Quad Board
+              - solidrun,cubox-i/q        # SolidRun Cubox-i Dual/Quad
+              - solidrun,hummingboard/q
+              - solidrun,hummingboard2/q
+              - tbs,imx6q-tbs2910         # TBS2910 Matrix ARM mini PC
               - technexion,imx6q-pico-dwarf   # TechNexion i.MX6Q Pico-Dwarf
               - technexion,imx6q-pico-hobbit  # TechNexion i.MX6Q Pico-Hobbit
               - technexion,imx6q-pico-nymph   # TechNexion i.MX6Q Pico-Nymph
               - technexion,imx6q-pico-pi      # TechNexion i.MX6Q Pico-Pi
               - technologic,imx6q-ts4900
               - technologic,imx6q-ts7970
-              - toradex,apalis_imx6q            # Apalis iMX6 Module
-              - toradex,apalis_imx6q-eval       # Apalis iMX6 Module on Apalis Evaluation Board
-              - toradex,apalis_imx6q-ixora      # Apalis iMX6 Module on Ixora
-              - toradex,apalis_imx6q-ixora-v1.1 # Apalis iMX6 Module on Ixora V1.1
+              - toradex,apalis_imx6q      # Apalis iMX6 Module
+              - udoo,imx6q-udoo           # Udoo i.MX6 Quad Board
+              - uniwest,imx6q-evi         # Uniwest Evi
               - variscite,dt6customboard
+              - wand,imx6q-wandboard      # Wandboard i.MX6 Quad Board
+              - zealz,imx6q-gk802         # Zealz GK802
+              - zii,imx6q-zii-rdu2        # ZII RDU2 Board
+          - const: fsl,imx6q
+
+      - description: i.MX6Q Advantech DMS-BA16 Boards
+        items:
+          - enum:
+              - advantech,imx6q-dms-ba16  # Advantech DMS-BA16
+              - ge,imx6q-b450v3           # General Electric B450v3
+              - ge,imx6q-b650v3           # General Electric B650v3
+              - ge,imx6q-b850v3           # General Electric B850v3
+          - const: advantech,imx6q-ba16
+          - const: fsl,imx6q
+
+      - description: i.MX6Q Armadeus APF6 Boards
+        items:
+          - const: armadeus,imx6q-apf6dev
+          - const: armadeus,imx6q-apf6
+          - const: fsl,imx6q
+
+      - description: i.MX6Q CompuLab Utilite Pro Board
+        items:
+          - const: compulab,utilite-pro
+          - const: compulab,cm-fx6
+          - const: fsl,imx6q
+
+      - description: i.MX6Q DFI FS700-M60-6QD Board
+        items:
+          - const: dfi,fs700-m60-6qd
+          - const: dfi,fs700e-m60
+          - const: fsl,imx6q
+
+      - description: i.MX6Q DHCOM Premium Developer Kit Board
+        items:
+          - const: dh,imx6q-dhcom-pdk2
+          - const: dh,imx6q-dhcom-som
           - const: fsl,imx6q
 
       - description: i.MX6Q Gateworks Ventana Boards
@@ -252,6 +308,21 @@ properties:
           - const: phytec,imx6q-pfla02    # PHYTEC phyFLEX-i.MX6 Quad
           - const: fsl,imx6q
 
+      - description: i.MX6Q Boards with Toradex Apalis iMX6Q/D Module
+        items:
+          - enum:
+              - toradex,apalis_imx6q-ixora  # Apalis iMX6Q/D Module on Ixora Carrier Board
+              - toradex,apalis_imx6q-eval   # Apalis iMX6Q/D Module on Apalis Evaluation Board
+          - const: toradex,apalis_imx6q
+          - const: fsl,imx6q
+
+      - description: i.MX6Q Toradex Apalis iMX6Q/D Module on Ixora Carrier Board V1.1
+        items:
+          - const: toradex,apalis_imx6q-ixora-v1.1
+          - const: toradex,apalis_imx6q-ixora
+          - const: toradex,apalis_imx6q
+          - const: fsl,imx6q
+
       - description: i.MX6QP based Boards
         items:
           - enum:
-- 
2.17.1


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

* [PATCH 03/12] dt-bindings: arm: fsl: document i.MX6QP boards
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
  2020-10-01 17:07 ` [PATCH 01/12] dt-bindings: vendor-prefixes: add Element14 Krzysztof Kozlowski
  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-01 17:07 ` [PATCH 04/12] dt-bindings: arm: fsl: document i.MX6SL boards Krzysztof Kozlowski
                   ` (9 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

Document and adjust the compatibles for i.MX6QP based boards.

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

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index c11064d3ee85..c7bae70e0663 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -326,8 +326,13 @@ properties:
       - description: i.MX6QP based Boards
         items:
           - enum:
+              - boundary,imx6qp-nitrogen6_max
+              - boundary,imx6qp-nitrogen6_som2
               - fsl,imx6qp-sabreauto      # i.MX6 Quad Plus SABRE Automotive Board
               - fsl,imx6qp-sabresd        # i.MX6 Quad Plus SABRE Smart Device Board
+              - karo,imx6qp-tx6qp         # Ka-Ro electronics TX6QP-8037 Module
+              - wand,imx6qp-wandboard     # Wandboard i.MX6 QuadPlus Board
+              - zii,imx6qp-zii-rdu2       # ZII RDU2+ Board
           - const: fsl,imx6qp
 
       - description: i.MX6QP PHYTEC phyBOARD-Mira
-- 
2.17.1


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

* [PATCH 04/12] dt-bindings: arm: fsl: document i.MX6SL boards
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  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:40   ` Rob Herring
  2020-10-01 17:07 ` [PATCH 05/12] dt-bindings: arm: fsl: document i.MX6SX boards Krzysztof Kozlowski
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

Document and adjust the compatibles for i.MX6SL based boards.

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

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index c7bae70e0663..7d0f2b7e7b00 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -453,6 +453,7 @@ properties:
               - fsl,imx6sl-evk            # i.MX6 SoloLite EVK Board
               - kobo,tolino-shine2hd
               - kobo,tolino-shine3
+              - revotics,imx6sl-warp      # Revotics WaRP Board
           - const: fsl,imx6sl
 
       - description: i.MX6SLL based Boards
-- 
2.17.1


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

* [PATCH 05/12] dt-bindings: arm: fsl: document i.MX6SX boards
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  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-01 17:07 ` [PATCH 06/12] dt-bindings: arm: fsl: document i.MX6UL boards Krzysztof Kozlowski
                   ` (7 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

Document and adjust the compatibles for i.MX6SX based boards.

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

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 7d0f2b7e7b00..7120e3a34339 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -466,9 +466,14 @@ properties:
       - description: i.MX6SX based Boards
         items:
           - enum:
+              - boundary,imx6sx-nitrogen6sx
               - fsl,imx6sx-sabreauto      # i.MX6 SoloX Sabre Auto Board
               - fsl,imx6sx-sdb            # i.MX6 SoloX SDB Board
               - fsl,imx6sx-sdb-reva       # i.MX6 SoloX SDB Rev-A Board
+              - samtec,imx6sx-vining-2000 # Softing VIN|ING 2000 Board
+              - udoo,neobasic             # UDOO Neo Basic Board
+              - udoo,neoextended          # UDOO Neo Extended
+              - udoo,neofull              # UDOO Neo Full
           - const: fsl,imx6sx
 
       - description: i.MX6UL based Boards
-- 
2.17.1


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

* [PATCH 06/12] dt-bindings: arm: fsl: document i.MX6UL boards
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  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:41   ` Rob Herring
  2020-10-01 17:07 ` [PATCH 07/12] dt-bindings: arm: fsl: document i.MX6ULL boards Krzysztof Kozlowski
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

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


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

* [PATCH 07/12] dt-bindings: arm: fsl: document i.MX6ULL boards
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (5 preceding siblings ...)
  2020-10-01 17:07 ` [PATCH 06/12] dt-bindings: arm: fsl: document i.MX6UL boards Krzysztof Kozlowski
@ 2020-10-01 17:07 ` Krzysztof Kozlowski
  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
                   ` (5 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

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

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

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index e5e45dd7194d..2d74f02ee341 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -541,8 +541,6 @@ properties:
       - description: i.MX6ULL based Boards
         items:
           - enum:
-              - armadeus,imx6ull-opos6ul    # OPOS6UL (i.MX6ULL) SoM
-              - armadeus,imx6ull-opos6uldev # OPOS6UL (i.MX6ULL) SoM on OPOS6ULDev board
               - fsl,imx6ull-14x14-evk     # i.MX6 UltraLiteLite 14x14 EVK Board
               - kontron,imx6ull-n6411-som # Kontron N6411 SOM
               - myir,imx6ull-mys-6ulx-eval # MYiR Tech iMX6ULL Evaluation Board
@@ -550,6 +548,12 @@ properties:
               - toradex,colibri-imx6ull-wifi-eval # Colibri iMX6ULL Wi-Fi / BT Module on Colibri Eval Board
           - const: fsl,imx6ull
 
+      - description: i.MX6ULL Armadeus Systems OPOS6ULDev Board
+        items:
+          - const: armadeus,imx6ull-opos6uldev  # OPOS6UL (i.MX6ULL) SoM on OPOS6ULDev board
+          - const: armadeus,imx6ull-opos6ul     # OPOS6UL (i.MX6ULL) SoM
+          - const: fsl,imx6ull
+
       - description: i.MX6ULL PHYTEC phyBOARD-Segin
         items:
           - enum:
-- 
2.17.1


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

* [PATCH 08/12] dt-bindings: arm: fsl: document i.MX7S boards
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (6 preceding siblings ...)
  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:42   ` Rob Herring
  2020-10-01 17:07 ` [PATCH 09/12] dt-bindings: arm: fsl: document i.MX7D boards Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

Document and adjust the compatibles for i.MX7S based boards.
The Toradex boards use multiple compatibles.

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

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 2d74f02ee341..a465227df725 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -579,10 +579,16 @@ properties:
       - description: i.MX7S based Boards
         items:
           - enum:
-              - toradex,colibri-imx7s           # Colibri iMX7 Solo Module
-              - toradex,colibri-imx7s-aster     # Colibri iMX7 Solo Module on Aster Carrier Board
-              - toradex,colibri-imx7s-eval-v3   # Colibri iMX7 Solo Module on Colibri Evaluation Board V3
               - tq,imx7s-mba7             # i.MX7S TQ MBa7 with TQMa7S SoM
+              - element14,imx7s-warp      # Element14 Warp i.MX7 Board
+          - const: fsl,imx7s
+
+      - description: i.MX7S Boards with Toradex Colibri iMX7S Module
+        items:
+          - enum:
+              - toradex,colibri-imx7s-aster     # Module on Aster Carrier Board
+              - toradex,colibri-imx7s-eval-v3   # Module on Colibri Evaluation Board V3
+          - const: toradex,colibri-imx7s
           - const: fsl,imx7s
 
       - description: i.MX7D based Boards
-- 
2.17.1


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

* [PATCH 09/12] dt-bindings: arm: fsl: document i.MX7D boards
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (7 preceding siblings ...)
  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:43   ` Rob Herring
  2020-10-01 17:07 ` [RFC 10/12] ARM: dts: imx6q-pico: fix board compatibles Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  12 siblings, 1 reply; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

Document and adjust the compatibles for i.MX7D based boards.

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

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index a465227df725..bcff376a851e 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -594,6 +594,8 @@ properties:
       - description: i.MX7D based Boards
         items:
           - enum:
+              - boundary,imx7d-nitrogen7
+              - compulab,cl-som-imx7      # CompuLab CL-SOM-iMX7
               - fsl,imx7d-sdb             # i.MX7 SabreSD Board
               - fsl,imx7d-sdb-reva        # i.MX7 SabreSD Rev-A Board
               - novtech,imx7d-meerkat96   # i.MX7 Meerkat96 Board
@@ -626,6 +628,22 @@ properties:
           - const: compulab,cl-som-imx7
           - const: fsl,imx7d
 
+      - description: i.MX7D Boards with Toradex Colibri i.MX7D Module
+        items:
+          - enum:
+              - toradex,colibri-imx7d-aster   # Module on Aster Carrier Board
+              - toradex,colibri-imx7d-eval-v3 # Module on Colibri Evaluation Board V3
+          - const: toradex,colibri-imx7d
+          - const: fsl,imx7d
+
+      - description: i.MX7D Boards with Toradex Colibri i.MX7D eMMC Module
+        items:
+          - enum:
+              - toradex,colibri-imx7d-emmc-aster    # Module on Aster Carrier Board
+              - toradex,colibri-imx7d-emmc-eval-v3  # Module on Colibri Evaluation Board V3
+          - const: toradex,colibri-imx7d-emmc
+          - const: fsl,imx7d
+
       - description: i.MX7ULP based Boards
         items:
           - enum:
-- 
2.17.1


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

* [RFC 10/12] ARM: dts: imx6q-pico: fix board compatibles
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (8 preceding siblings ...)
  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-01 17:07 ` [PATCH 11/12] ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

There are four flavors of TechNexion PICO-IMX6 boards.  They have their
own DTSes, even though in Dwarf, Nymph and Pi are exactly the same.
They also have their own bindings so adjust the compatibles to match the
bindings.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/imx6q-pico-dwarf.dts  | 2 +-
 arch/arm/boot/dts/imx6q-pico-hobbit.dts | 2 +-
 arch/arm/boot/dts/imx6q-pico-nymph.dts  | 2 +-
 arch/arm/boot/dts/imx6q-pico-pi.dts     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/imx6q-pico-dwarf.dts b/arch/arm/boot/dts/imx6q-pico-dwarf.dts
index 618d2743e1e9..479a63ed42af 100644
--- a/arch/arm/boot/dts/imx6q-pico-dwarf.dts
+++ b/arch/arm/boot/dts/imx6q-pico-dwarf.dts
@@ -13,5 +13,5 @@
 
 / {
 	model = "TechNexion PICO-IMX6 Quad Board and Dwarf baseboard";
-	compatible = "technexion,imx6q-pico", "fsl,imx6q";
+	compatible = "technexion,imx6q-pico-dwarf", "fsl,imx6q";
 };
diff --git a/arch/arm/boot/dts/imx6q-pico-hobbit.dts b/arch/arm/boot/dts/imx6q-pico-hobbit.dts
index 7a666507b456..b767131068f5 100644
--- a/arch/arm/boot/dts/imx6q-pico-hobbit.dts
+++ b/arch/arm/boot/dts/imx6q-pico-hobbit.dts
@@ -13,5 +13,5 @@
 
 / {
 	model = "TechNexion PICO-IMX6 Quad Board and Hobbit baseboard";
-	compatible = "technexion,imx6q-pico", "fsl,imx6q";
+	compatible = "technexion,imx6q-pico-hobbit", "fsl,imx6q";
 };
diff --git a/arch/arm/boot/dts/imx6q-pico-nymph.dts b/arch/arm/boot/dts/imx6q-pico-nymph.dts
index fe5a7becc9e5..e8ad4c12b263 100644
--- a/arch/arm/boot/dts/imx6q-pico-nymph.dts
+++ b/arch/arm/boot/dts/imx6q-pico-nymph.dts
@@ -13,5 +13,5 @@
 
 / {
 	model = "TechNexion PICO-IMX6 Quad Board and Nymph baseboard";
-	compatible = "technexion,imx6q-pico", "fsl,imx6q";
+	compatible = "technexion,imx6q-pico-nymph", "fsl,imx6q";
 };
diff --git a/arch/arm/boot/dts/imx6q-pico-pi.dts b/arch/arm/boot/dts/imx6q-pico-pi.dts
index 9413f0a68f54..cc2394ddad6c 100644
--- a/arch/arm/boot/dts/imx6q-pico-pi.dts
+++ b/arch/arm/boot/dts/imx6q-pico-pi.dts
@@ -13,5 +13,5 @@
 
 / {
 	model = "TechNexion PICO-IMX6 Quad Board and PI baseboard";
-	compatible = "technexion,imx6q-pico", "fsl,imx6q";
+	compatible = "technexion,imx6q-pico-pi", "fsl,imx6q";
 };
-- 
2.17.1


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

* [PATCH 11/12] ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (9 preceding siblings ...)
  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 12/12] ARM: dts: imx7s-warp: correct vendor in compatible to Element14 Krzysztof Kozlowski
  2020-10-30  7:11 ` [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Shawn Guo
  12 siblings, 0 replies; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

The WaRP board (Wearable Development Platform) was apparently made by
Revolution Robotics, Inc (brand: Revotics), not by "Warp".  Correct the
vendor in compatible to reflect this.  The compatibles were not
documented in the bindings before.

Link: https://revotics.com/warp
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/imx6sl-warp.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6sl-warp.dts b/arch/arm/boot/dts/imx6sl-warp.dts
index 408da704c459..9d7c8884892a 100644
--- a/arch/arm/boot/dts/imx6sl-warp.dts
+++ b/arch/arm/boot/dts/imx6sl-warp.dts
@@ -51,8 +51,8 @@
 #include "imx6sl.dtsi"
 
 / {
-	model = "WaRP Board";
-	compatible = "warp,imx6sl-warp", "fsl,imx6sl";
+	model = "Revotics WaRP Board";
+	compatible = "revotics,imx6sl-warp", "fsl,imx6sl";
 
 	memory@80000000 {
 		device_type = "memory";
-- 
2.17.1


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

* [PATCH 12/12] ARM: dts: imx7s-warp: correct vendor in compatible to Element14
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (10 preceding siblings ...)
  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-30  7:11 ` [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Shawn Guo
  12 siblings, 0 replies; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-01 17:07 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Krzysztof Kozlowski, Anson Huang,
	Andreas Kemnade, Stefan Riedmueller, Robert Jones,
	Sébastien Szymanski, Li Yang, devicetree, linux-kernel,
	linux-arm-kernel

The WaRP7 board (Wearable Development Platform) was apparently made by
Element14, not by "Warp".  Correct the  vendor in compatible to reflect
this.  The compatibles were not documented in the bindings before.

Link: https://www.element14.com/community/docs/DOC-79058
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/imx7s-warp.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx7s-warp.dts b/arch/arm/boot/dts/imx7s-warp.dts
index d6b4888fa686..569bbd84e371 100644
--- a/arch/arm/boot/dts/imx7s-warp.dts
+++ b/arch/arm/boot/dts/imx7s-warp.dts
@@ -10,8 +10,8 @@
 #include "imx7s.dtsi"
 
 / {
-	model = "Warp i.MX7 Board";
-	compatible = "warp,imx7s-warp", "fsl,imx7s";
+	model = "Element14 Warp i.MX7 Board";
+	compatible = "element14,imx7s-warp", "fsl,imx7s";
 
 	memory@80000000 {
 		device_type = "memory";
-- 
2.17.1


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

* Re: [PATCH 01/12] dt-bindings: vendor-prefixes: add Element14
  2020-10-01 17:07 ` [PATCH 01/12] dt-bindings: vendor-prefixes: add Element14 Krzysztof Kozlowski
@ 2020-10-06 17:38   ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Shawn Guo, Rob Herring, Fabio Estevam, Sébastien Szymanski,
	linux-kernel, Li Yang, Robert Jones, devicetree, NXP Linux Team,
	Anson Huang, Stefan Riedmueller, Andreas Kemnade,
	linux-arm-kernel, Sascha Hauer, Pengutronix Kernel Team

On Thu, 01 Oct 2020 19:07:48 +0200, Krzysztof Kozlowski wrote:
> Document the binding for the Element14, a Premier Farnell company.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

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

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

* Re: [PATCH 02/12] dt-bindings: arm: fsl: document i.MX6Q boards
  2020-10-01 17:07 ` [PATCH 02/12] dt-bindings: arm: fsl: document i.MX6Q boards Krzysztof Kozlowski
@ 2020-10-06 17:39   ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Fabio Estevam, Rob Herring,
	Pengutronix Kernel Team, Anson Huang, Stefan Riedmueller,
	Robert Jones, Sascha Hauer, Andreas Kemnade, devicetree,
	linux-arm-kernel, NXP Linux Team, Shawn Guo,
	Sébastien Szymanski, Li Yang

On Thu, 01 Oct 2020 19:07:49 +0200, Krzysztof Kozlowski wrote:
> Document and adjust the compatibles for i.MX6Q based boards.
> The Toradex and the Armadeus boards use multiple compatibles.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  .../devicetree/bindings/arm/fsl.yaml          | 83 +++++++++++++++++--
>  1 file changed, 77 insertions(+), 6 deletions(-)
> 

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

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

* Re: [PATCH 03/12] dt-bindings: arm: fsl: document i.MX6QP boards
  2020-10-01 17:07 ` [PATCH 03/12] dt-bindings: arm: fsl: document i.MX6QP boards Krzysztof Kozlowski
@ 2020-10-06 17:39   ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: NXP Linux Team, Rob Herring, linux-kernel, linux-arm-kernel,
	Sascha Hauer, devicetree, Shawn Guo, Sébastien Szymanski,
	Robert Jones, Stefan Riedmueller, Anson Huang, Li Yang,
	Fabio Estevam, Andreas Kemnade, Pengutronix Kernel Team

On Thu, 01 Oct 2020 19:07:50 +0200, Krzysztof Kozlowski wrote:
> Document and adjust the compatibles for i.MX6QP based boards.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 

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

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

* Re: [PATCH 04/12] dt-bindings: arm: fsl: document i.MX6SL boards
  2020-10-01 17:07 ` [PATCH 04/12] dt-bindings: arm: fsl: document i.MX6SL boards Krzysztof Kozlowski
@ 2020-10-06 17:40   ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Stefan Riedmueller, Shawn Guo, Rob Herring, Robert Jones,
	Li Yang, Andreas Kemnade, Sébastien Szymanski,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	devicetree, linux-arm-kernel, Anson Huang, Sascha Hauer,
	linux-kernel

On Thu, 01 Oct 2020 19:07:51 +0200, Krzysztof Kozlowski wrote:
> Document and adjust the compatibles for i.MX6SL based boards.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* Re: [PATCH 05/12] dt-bindings: arm: fsl: document i.MX6SX boards
  2020-10-01 17:07 ` [PATCH 05/12] dt-bindings: arm: fsl: document i.MX6SX boards Krzysztof Kozlowski
@ 2020-10-06 17:40   ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Fabio Estevam, Robert Jones, devicetree, linux-arm-kernel,
	Li Yang, Shawn Guo, Rob Herring, Sascha Hauer,
	Stefan Riedmueller, Pengutronix Kernel Team, Andreas Kemnade,
	Sébastien Szymanski, linux-kernel, Anson Huang,
	NXP Linux Team

On Thu, 01 Oct 2020 19:07:52 +0200, Krzysztof Kozlowski wrote:
> Document and adjust the compatibles for i.MX6SX based boards.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 

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

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

* Re: [PATCH 06/12] dt-bindings: arm: fsl: document i.MX6UL boards
  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
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Fabio Estevam, Sascha Hauer, Shawn Guo, linux-kernel, devicetree,
	Li Yang, Andreas Kemnade, linux-arm-kernel,
	Sébastien Szymanski, Pengutronix Kernel Team, Robert Jones,
	Stefan Riedmueller, Anson Huang, NXP Linux Team, Rob Herring

On Thu, 01 Oct 2020 19:07:53 +0200, Krzysztof Kozlowski wrote:
> 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(-)
> 

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

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

* Re: [PATCH 07/12] dt-bindings: arm: fsl: document i.MX6ULL boards
  2020-10-01 17:07 ` [PATCH 07/12] dt-bindings: arm: fsl: document i.MX6ULL boards Krzysztof Kozlowski
@ 2020-10-06 17:41   ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Robert Jones, Sébastien Szymanski, Anson Huang,
	Fabio Estevam, devicetree, Pengutronix Kernel Team, Li Yang,
	NXP Linux Team, Andreas Kemnade, Shawn Guo, linux-kernel,
	Sascha Hauer, Rob Herring, linux-arm-kernel, Stefan Riedmueller

On Thu, 01 Oct 2020 19:07:54 +0200, Krzysztof Kozlowski wrote:
> Document and adjust the compatibles for i.MX6ULL based boards.
> The Armadeus boards use multiple compatibles.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)
> 

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

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

* Re: [PATCH 08/12] dt-bindings: arm: fsl: document i.MX7S boards
  2020-10-01 17:07 ` [PATCH 08/12] dt-bindings: arm: fsl: document i.MX7S boards Krzysztof Kozlowski
@ 2020-10-06 17:42   ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:42 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Sascha Hauer, Sébastien Szymanski, linux-kernel,
	Pengutronix Kernel Team, Li Yang, Fabio Estevam, Shawn Guo,
	Anson Huang, Andreas Kemnade, Robert Jones, devicetree,
	linux-arm-kernel, Stefan Riedmueller, NXP Linux Team,
	Rob Herring

On Thu, 01 Oct 2020 19:07:55 +0200, Krzysztof Kozlowski wrote:
> Document and adjust the compatibles for i.MX7S based boards.
> The Toradex boards use multiple compatibles.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
> 

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

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

* Re: [PATCH 09/12] dt-bindings: arm: fsl: document i.MX7D boards
  2020-10-01 17:07 ` [PATCH 09/12] dt-bindings: arm: fsl: document i.MX7D boards Krzysztof Kozlowski
@ 2020-10-06 17:43   ` Rob Herring
  0 siblings, 0 replies; 24+ messages in thread
From: Rob Herring @ 2020-10-06 17:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: NXP Linux Team, Sébastien Szymanski, Shawn Guo, Anson Huang,
	Fabio Estevam, Sascha Hauer, Li Yang, Pengutronix Kernel Team,
	linux-arm-kernel, devicetree, Stefan Riedmueller, Robert Jones,
	Andreas Kemnade, Rob Herring, linux-kernel

On Thu, 01 Oct 2020 19:07:56 +0200, Krzysztof Kozlowski wrote:
> Document and adjust the compatibles for i.MX7D based boards.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 

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

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

* Re: [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles
  2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
                   ` (11 preceding siblings ...)
  2020-10-01 17:07 ` [PATCH 12/12] ARM: dts: imx7s-warp: correct vendor in compatible to Element14 Krzysztof Kozlowski
@ 2020-10-30  7:11 ` Shawn Guo
  2020-10-30  9:18   ` Krzysztof Kozlowski
  12 siblings, 1 reply; 24+ messages in thread
From: Shawn Guo @ 2020-10-30  7:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Anson Huang, Andreas Kemnade,
	Stefan Riedmueller, Robert Jones, Sébastien Szymanski,
	Li Yang, devicetree, linux-kernel, linux-arm-kernel

On Thu, Oct 01, 2020 at 07:07:47PM +0200, Krzysztof Kozlowski wrote:
> Hi,
> 
> This is a continuation of my series:
> https://lore.kernel.org/linux-arm-kernel/20200930190143.27032-1-krzk@kernel.org/
> 
> It is rebased on top of it and finally fixes remaining i.MX2 - i.MX8
> boards compatibles.
> 
> There is ongoing discussion in my previous patchset about imx6q-pico
> (Technexion) board compatibles so the DTS is marked as RFC.
> 
> Best regards,
> Krzysztof
> 
> 
> Krzysztof Kozlowski (12):
>   dt-bindings: vendor-prefixes: add Element14
>   dt-bindings: arm: fsl: document i.MX6Q boards
>   dt-bindings: arm: fsl: document i.MX6QP boards
>   dt-bindings: arm: fsl: document i.MX6SL boards
>   dt-bindings: arm: fsl: document i.MX6SX boards
>   dt-bindings: arm: fsl: document i.MX6UL boards
>   dt-bindings: arm: fsl: document i.MX6ULL boards
>   dt-bindings: arm: fsl: document i.MX7S boards

This one doesn't apply ...

>   dt-bindings: arm: fsl: document i.MX7D boards
>   ARM: dts: imx6q-pico: fix board compatibles

This one was applied from previous post ...

>   ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics
>   ARM: dts: imx7s-warp: correct vendor in compatible to Element14

All others are applied.

Shawn

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

* Re: [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles
  2020-10-30  7:11 ` [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Shawn Guo
@ 2020-10-30  9:18   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 24+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-30  9:18 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Rob Herring, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Anson Huang, Andreas Kemnade,
	Stefan Riedmueller, Robert Jones, Sébastien Szymanski,
	Li Yang, devicetree, linux-kernel, linux-arm-kernel

On Fri, 30 Oct 2020 at 08:11, Shawn Guo <shawnguo@kernel.org> wrote:
>
> On Thu, Oct 01, 2020 at 07:07:47PM +0200, Krzysztof Kozlowski wrote:
> > Hi,
> >
> > This is a continuation of my series:
> > https://lore.kernel.org/linux-arm-kernel/20200930190143.27032-1-krzk@kernel.org/
> >
> > It is rebased on top of it and finally fixes remaining i.MX2 - i.MX8
> > boards compatibles.
> >
> > There is ongoing discussion in my previous patchset about imx6q-pico
> > (Technexion) board compatibles so the DTS is marked as RFC.
> >
> > Best regards,
> > Krzysztof
> >
> >
> > Krzysztof Kozlowski (12):
> >   dt-bindings: vendor-prefixes: add Element14
> >   dt-bindings: arm: fsl: document i.MX6Q boards
> >   dt-bindings: arm: fsl: document i.MX6QP boards
> >   dt-bindings: arm: fsl: document i.MX6SL boards
> >   dt-bindings: arm: fsl: document i.MX6SX boards
> >   dt-bindings: arm: fsl: document i.MX6UL boards
> >   dt-bindings: arm: fsl: document i.MX6ULL boards
> >   dt-bindings: arm: fsl: document i.MX7S boards
>
> This one doesn't apply ...

Thanks. I will rebase and resend.

Best regards,
Krzysztof

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

end of thread, other threads:[~2020-10-30  9:18 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 17:07 [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Krzysztof Kozlowski
2020-10-01 17:07 ` [PATCH 01/12] dt-bindings: vendor-prefixes: add Element14 Krzysztof Kozlowski
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-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-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-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-06 17:40   ` Rob Herring
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-01 17:07 ` [PATCH 07/12] dt-bindings: arm: fsl: document i.MX6ULL boards Krzysztof Kozlowski
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-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-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 ` [PATCH 11/12] ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics Krzysztof Kozlowski
2020-10-01 17:07 ` [PATCH 12/12] ARM: dts: imx7s-warp: correct vendor in compatible to Element14 Krzysztof Kozlowski
2020-10-30  7:11 ` [PATCH 00/12] dt-bindings: arm: fsl: fix and document compatibles Shawn Guo
2020-10-30  9:18   ` Krzysztof Kozlowski

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