devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry
@ 2022-12-16 21:02 Marek Vasut
  2022-12-16 21:02 ` [PATCH v2 2/4] dt-bindings: arm: Split i.MX8M Mini NITROGEN SoM based boards Marek Vasut
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Marek Vasut @ 2022-12-16 21:02 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Fabio Estevam, Francesco Dolcini,
	Krzysztof Kozlowski, Marcel Ziswiler, Peng Fan, Rob Herring,
	Shawn Guo, NXP Linux Team

The MX8Menlo board is based on i.MX8M Mini Toradex Verdin SoM
which results in compatible string in the form:
"vendor,custom-board", "toradex,som-nonwifi", "toradex,som", "fsl,soc"
Move the binding entry so this quadruplet can be matched on.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Fabio Estevam <festevam@denx.de>
Cc: Francesco Dolcini <francesco.dolcini@toradex.com>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: devicetree@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
V2: - Rework the patch
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 05b5276a0e14c..cd3078768887a 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -830,7 +830,6 @@ properties:
               - innocomm,wb15-evk         # i.MX8MM Innocomm EVK board with WB15 SoM
               - kontron,imx8mm-sl         # i.MX8MM Kontron SL (N801X) SOM
               - kontron,imx8mm-osm-s      # i.MX8MM Kontron OSM-S (N802X) SOM
-              - menlo,mx8menlo            # i.MX8MM Menlo board with Verdin SoM
               - toradex,verdin-imx8mm     # Verdin iMX8M Mini Modules
               - toradex,verdin-imx8mm-nonwifi  # Verdin iMX8M Mini Modules without Wi-Fi / BT
               - toradex,verdin-imx8mm-wifi  # Verdin iMX8M Mini Wi-Fi / BT Modules
@@ -861,6 +860,7 @@ properties:
       - description: Toradex Boards with Verdin iMX8M Mini Modules
         items:
           - enum:
+              - menlo,mx8menlo                       # Verdin iMX8M Mini Module on i.MX8MM Menlo board
               - toradex,verdin-imx8mm-nonwifi-dahlia # Verdin iMX8M Mini Module on Dahlia
               - toradex,verdin-imx8mm-nonwifi-dev    # Verdin iMX8M Mini Module on Verdin Development Board
           - const: toradex,verdin-imx8mm-nonwifi     # Verdin iMX8M Mini Module without Wi-Fi / BT
-- 
2.35.1


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

* [PATCH v2 2/4] dt-bindings: arm: Split i.MX8M Mini NITROGEN SoM based boards
  2022-12-16 21:02 [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Marek Vasut
@ 2022-12-16 21:02 ` Marek Vasut
  2022-12-16 21:02 ` [PATCH v2 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM " Marek Vasut
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Marek Vasut @ 2022-12-16 21:02 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Krzysztof Kozlowski, Alexander Stein, Fabio Estevam,
	Krzysztof Kozlowski, Lucas Stach, Marcel Ziswiler, Markus Niebel,
	NXP Linux Team, Peng Fan, Pengutronix Kernel Team, Rob Herring,
	Sascha Hauer, Shawn Guo

The NITROGEN SoM based boards have compatible string in the form:
"vendor,custom-board", "boundary,som", "fsl,soc"
Split the binding entry so this triplet can be matched on.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Lucas Stach <dev@lynxeye.de>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: devicetree@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
V2: - Add AB from Krzysztof
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index cd3078768887a..25d24d4cbf256 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -999,12 +999,17 @@ properties:
               - fsl,imx8mq-evk            # i.MX8MQ EVK Board
               - google,imx8mq-phanbell    # Google Coral Edge TPU
               - kontron,pitx-imx8m        # Kontron pITX-imx8m Board
-              - mntre,reform2             # MNT Reform2 Laptop
               - purism,librem5-devkit     # Purism Librem5 devkit
               - solidrun,hummingboard-pulse # SolidRun Hummingboard Pulse
               - technexion,pico-pi-imx8m  # TechNexion PICO-PI-8M evk
           - const: fsl,imx8mq
 
+      - description: i.MX8MQ NITROGEN SoM based Boards
+        items:
+          - const: mntre,reform2                  # MNT Reform2 Laptop
+          - const: boundary,imx8mq-nitrogen8m-som # i.MX8MQ NITROGEN SoM
+          - const: fsl,imx8mq
+
       - description: Purism Librem5 phones
         items:
           - enum:
-- 
2.35.1


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

* [PATCH v2 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM based boards
  2022-12-16 21:02 [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Marek Vasut
  2022-12-16 21:02 ` [PATCH v2 2/4] dt-bindings: arm: Split i.MX8M Mini NITROGEN SoM based boards Marek Vasut
@ 2022-12-16 21:02 ` Marek Vasut
  2023-01-01  3:28   ` Shawn Guo
  2022-12-16 21:02 ` [PATCH v2 4/4] dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry Marek Vasut
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2022-12-16 21:02 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Krzysztof Kozlowski, Christoph Niedermaier,
	Fabio Estevam, Krzysztof Kozlowski, Peng Fan, Rob Herring,
	Shawn Guo, NXP Linux Team, kernel

The i.MX8M Plus DHCOM based boards have compatible string in the form:
"vendor,custom-board", "dh,som", "fsl,soc"
or
"dh,carrier-board", "dh,som", "fsl,soc"
Split the binding entry so this triplet can be matched on.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: kernel@dh-electronics.com
Cc: devicetree@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
V2: - Add AB from Krzysztof
---
 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 25d24d4cbf256..ab01e3e66b734 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -931,8 +931,6 @@ properties:
       - description: i.MX8MP based Boards
         items:
           - enum:
-              - dh,imx8mp-dhcom-som       # i.MX8MP DHCOM SoM
-              - dh,imx8mp-dhcom-pdk2      # i.MX8MP DHCOM SoM on PDK2 board
               - fsl,imx8mp-evk            # i.MX8MP EVK Board
               - gateworks,imx8mp-gw74xx   # i.MX8MP Gateworks Board
               - toradex,verdin-imx8mp     # Verdin iMX8M Plus Modules
@@ -947,6 +945,12 @@ properties:
           - const: avnet,sm2s-imx8mp              # SM2S-IMX8PLUS SoM
           - const: fsl,imx8mp
 
+      - description: i.MX8MP DHCOM based Boards
+        items:
+          - const: dh,imx8mp-dhcom-pdk2      # i.MX8MP DHCOM SoM on PDK2 board
+          - const: dh,imx8mp-dhcom-som       # i.MX8MP DHCOM SoM
+          - const: fsl,imx8mp
+
       - description: Engicam i.Core MX8M Plus SoM based boards
         items:
           - enum:
-- 
2.35.1


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

* [PATCH v2 4/4] dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry
  2022-12-16 21:02 [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Marek Vasut
  2022-12-16 21:02 ` [PATCH v2 2/4] dt-bindings: arm: Split i.MX8M Mini NITROGEN SoM based boards Marek Vasut
  2022-12-16 21:02 ` [PATCH v2 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM " Marek Vasut
@ 2022-12-16 21:02 ` Marek Vasut
  2022-12-16 21:27   ` Fabio Estevam
  2022-12-16 21:25 ` [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Francesco Dolcini
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2022-12-16 21:02 UTC (permalink / raw)
  To: devicetree
  Cc: Marek Vasut, Krzysztof Kozlowski, Alexander Stein, Fabio Estevam,
	Krzysztof Kozlowski, Peng Fan, Rob Herring, Shawn Guo,
	NXP Linux Team

The i.MX8MM Cloos PHG Board is based on TQ-Systems GmbH i.MX8MM TQMa8MQML SOM,
which results in compatible string in the form:
"vendor,custom-board", "tqm,som", "fsl,soc"
Move the binding entry so this triplet can be matched on.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Fabio Estevam <festevam@denx.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: devicetree@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
V2: - Add AB from Krzysztof
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index ab01e3e66b734..88a92dac655bf 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -815,7 +815,6 @@ properties:
           - enum:
               - beacon,imx8mm-beacon-kit  # i.MX8MM Beacon Development Kit
               - boundary,imx8mm-nitrogen8mm  # i.MX8MM Nitrogen Board
-              - cloos,imx8mm-phg          # i.MX8MM Cloos PHG Board
               - dmo,imx8mm-data-modul-edm-sbc # i.MX8MM eDM SBC
               - emtrion,emcon-mx8mm-avari # emCON-MX8MM SoM on Avari Base
               - fsl,imx8mm-ddr4-evk       # i.MX8MM DDR4 EVK Board
@@ -895,6 +894,7 @@ properties:
           one compatible is needed.
         items:
           - enum:
+              - cloos,imx8mm-phg           # i.MX8MM Cloos PHG Board
               - tq,imx8mm-tqma8mqml-mba8mx # TQ-Systems GmbH i.MX8MM TQMa8MQML SOM on MBa8Mx
           - const: tq,imx8mm-tqma8mqml     # TQ-Systems GmbH i.MX8MM TQMa8MQML SOM
           - const: fsl,imx8mm
-- 
2.35.1


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

* Re: [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry
  2022-12-16 21:02 [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Marek Vasut
                   ` (2 preceding siblings ...)
  2022-12-16 21:02 ` [PATCH v2 4/4] dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry Marek Vasut
@ 2022-12-16 21:25 ` Francesco Dolcini
  2022-12-16 21:35   ` Marek Vasut
  2022-12-20 18:21 ` Rob Herring
  2022-12-21  8:36 ` Krzysztof Kozlowski
  5 siblings, 1 reply; 11+ messages in thread
From: Francesco Dolcini @ 2022-12-16 21:25 UTC (permalink / raw)
  To: Marek Vasut
  Cc: devicetree, Fabio Estevam, Francesco Dolcini,
	Krzysztof Kozlowski, Marcel Ziswiler, Peng Fan, Rob Herring,
	Shawn Guo, NXP Linux Team

On Fri, Dec 16, 2022 at 10:02:41PM +0100, Marek Vasut wrote:
> The MX8Menlo board is based on i.MX8M Mini Toradex Verdin SoM
> which results in compatible string in the form:
> "vendor,custom-board", "toradex,som-nonwifi", "toradex,som", "fsl,soc"
> Move the binding entry so this quadruplet can be matched on.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>


> ---
> Cc: Fabio Estevam <festevam@denx.de>
> Cc: Francesco Dolcini <francesco.dolcini@toradex.com>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: NXP Linux Team <linux-imx@nxp.com>
> Cc: devicetree@vger.kernel.org
> To: linux-arm-kernel@lists.infradead.org
> ---
> V2: - Rework the patch
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index 05b5276a0e14c..cd3078768887a 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -830,7 +830,6 @@ properties:
>                - innocomm,wb15-evk         # i.MX8MM Innocomm EVK board with WB15 SoM
>                - kontron,imx8mm-sl         # i.MX8MM Kontron SL (N801X) SOM
>                - kontron,imx8mm-osm-s      # i.MX8MM Kontron OSM-S (N802X) SOM
> -              - menlo,mx8menlo            # i.MX8MM Menlo board with Verdin SoM
>                - toradex,verdin-imx8mm     # Verdin iMX8M Mini Modules
>                - toradex,verdin-imx8mm-nonwifi  # Verdin iMX8M Mini Modules without Wi-Fi / BT
>                - toradex,verdin-imx8mm-wifi  # Verdin iMX8M Mini Wi-Fi / BT Modules
> @@ -861,6 +860,7 @@ properties:
>        - description: Toradex Boards with Verdin iMX8M Mini Modules
>          items:
>            - enum:
> +              - menlo,mx8menlo                       # Verdin iMX8M Mini Module on i.MX8MM Menlo board
>                - toradex,verdin-imx8mm-nonwifi-dahlia # Verdin iMX8M Mini Module on Dahlia
>                - toradex,verdin-imx8mm-nonwifi-dev    # Verdin iMX8M Mini Module on Verdin Development Board
>            - const: toradex,verdin-imx8mm-nonwifi     # Verdin iMX8M Mini Module without Wi-Fi / BT
> -- 
> 2.35.1
> 

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

* Re: [PATCH v2 4/4] dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry
  2022-12-16 21:02 ` [PATCH v2 4/4] dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry Marek Vasut
@ 2022-12-16 21:27   ` Fabio Estevam
  0 siblings, 0 replies; 11+ messages in thread
From: Fabio Estevam @ 2022-12-16 21:27 UTC (permalink / raw)
  To: Marek Vasut
  Cc: devicetree, Krzysztof Kozlowski, Alexander Stein,
	Krzysztof Kozlowski, Peng Fan, Rob Herring, Shawn Guo,
	NXP Linux Team

On 16/12/2022 18:02, Marek Vasut wrote:
> The i.MX8MM Cloos PHG Board is based on TQ-Systems GmbH i.MX8MM 
> TQMa8MQML SOM,
> which results in compatible string in the form:
> "vendor,custom-board", "tqm,som", "fsl,soc"
> Move the binding entry so this triplet can be matched on.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Marek Vasut <marex@denx.de>

Reviewed-by: Fabio Estevam <festevam@denx.de>

Thanks

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

* Re: [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry
  2022-12-16 21:25 ` [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Francesco Dolcini
@ 2022-12-16 21:35   ` Marek Vasut
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Vasut @ 2022-12-16 21:35 UTC (permalink / raw)
  To: Francesco Dolcini
  Cc: devicetree, Fabio Estevam, Francesco Dolcini,
	Krzysztof Kozlowski, Marcel Ziswiler, Peng Fan, Rob Herring,
	Shawn Guo, NXP Linux Team

On 12/16/22 22:25, Francesco Dolcini wrote:
> On Fri, Dec 16, 2022 at 10:02:41PM +0100, Marek Vasut wrote:
>> The MX8Menlo board is based on i.MX8M Mini Toradex Verdin SoM
>> which results in compatible string in the form:
>> "vendor,custom-board", "toradex,som-nonwifi", "toradex,som", "fsl,soc"
>> Move the binding entry so this quadruplet can be matched on.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
> Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>

Thank you

Rob/Krzysztof, this one patch will generate new validation warning. A 
counterpart patch to properly fix it is posted:

https://patchwork.kernel.org/project/linux-arm-kernel/patch/20221216210150.591838-1-marex@denx.de/

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

* Re: [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry
  2022-12-16 21:02 [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Marek Vasut
                   ` (3 preceding siblings ...)
  2022-12-16 21:25 ` [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Francesco Dolcini
@ 2022-12-20 18:21 ` Rob Herring
  2022-12-21  8:36 ` Krzysztof Kozlowski
  5 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2022-12-20 18:21 UTC (permalink / raw)
  To: Marek Vasut
  Cc: Francesco Dolcini, Rob Herring, Fabio Estevam, Peng Fan,
	NXP Linux Team, Krzysztof Kozlowski, Marcel Ziswiler, Shawn Guo,
	devicetree


On Fri, 16 Dec 2022 22:02:41 +0100, Marek Vasut wrote:
> The MX8Menlo board is based on i.MX8M Mini Toradex Verdin SoM
> which results in compatible string in the form:
> "vendor,custom-board", "toradex,som-nonwifi", "toradex,som", "fsl,soc"
> Move the binding entry so this quadruplet can be matched on.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
> Cc: Fabio Estevam <festevam@denx.de>
> Cc: Francesco Dolcini <francesco.dolcini@toradex.com>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: NXP Linux Team <linux-imx@nxp.com>
> Cc: devicetree@vger.kernel.org
> To: linux-arm-kernel@lists.infradead.org
> ---
> V2: - Rework the patch
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

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

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

* Re: [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry
  2022-12-16 21:02 [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Marek Vasut
                   ` (4 preceding siblings ...)
  2022-12-20 18:21 ` Rob Herring
@ 2022-12-21  8:36 ` Krzysztof Kozlowski
  5 siblings, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-21  8:36 UTC (permalink / raw)
  To: Marek Vasut, devicetree
  Cc: Fabio Estevam, Francesco Dolcini, Krzysztof Kozlowski,
	Marcel Ziswiler, Peng Fan, Rob Herring, Shawn Guo,
	NXP Linux Team

On 16/12/2022 22:02, Marek Vasut wrote:
> The MX8Menlo board is based on i.MX8M Mini Toradex Verdin SoM
> which results in compatible string in the form:
> "vendor,custom-board", "toradex,som-nonwifi", "toradex,som", "fsl,soc"
> Move the binding entry so this quadruplet can be matched on.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH v2 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM based boards
  2022-12-16 21:02 ` [PATCH v2 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM " Marek Vasut
@ 2023-01-01  3:28   ` Shawn Guo
  2023-01-05 14:02     ` Marek Vasut
  0 siblings, 1 reply; 11+ messages in thread
From: Shawn Guo @ 2023-01-01  3:28 UTC (permalink / raw)
  To: Marek Vasut
  Cc: devicetree, Krzysztof Kozlowski, Christoph Niedermaier,
	Fabio Estevam, Krzysztof Kozlowski, Peng Fan, Rob Herring,
	NXP Linux Team, kernel

On Fri, Dec 16, 2022 at 10:02:43PM +0100, Marek Vasut wrote:
> The i.MX8M Plus DHCOM based boards have compatible string in the form:
> "vendor,custom-board", "dh,som", "fsl,soc"
> or
> "dh,carrier-board", "dh,som", "fsl,soc"
> Split the binding entry so this triplet can be matched on.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Marek Vasut <marex@denx.de>

It doesn't apply to my imx/bindings branch.  Could you rebase and resend
the series?

Shawn

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

* Re: [PATCH v2 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM based boards
  2023-01-01  3:28   ` Shawn Guo
@ 2023-01-05 14:02     ` Marek Vasut
  0 siblings, 0 replies; 11+ messages in thread
From: Marek Vasut @ 2023-01-05 14:02 UTC (permalink / raw)
  To: Shawn Guo
  Cc: devicetree, Krzysztof Kozlowski, Christoph Niedermaier,
	Fabio Estevam, Krzysztof Kozlowski, Peng Fan, Rob Herring,
	NXP Linux Team, kernel

On 1/1/23 04:28, Shawn Guo wrote:
> On Fri, Dec 16, 2022 at 10:02:43PM +0100, Marek Vasut wrote:
>> The i.MX8M Plus DHCOM based boards have compatible string in the form:
>> "vendor,custom-board", "dh,som", "fsl,soc"
>> or
>> "dh,carrier-board", "dh,som", "fsl,soc"
>> Split the binding entry so this triplet can be matched on.
>>
>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> Signed-off-by: Marek Vasut <marex@denx.de>
> 
> It doesn't apply to my imx/bindings branch.  Could you rebase and resend
> the series?

Done

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

end of thread, other threads:[~2023-01-05 14:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 21:02 [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Marek Vasut
2022-12-16 21:02 ` [PATCH v2 2/4] dt-bindings: arm: Split i.MX8M Mini NITROGEN SoM based boards Marek Vasut
2022-12-16 21:02 ` [PATCH v2 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM " Marek Vasut
2023-01-01  3:28   ` Shawn Guo
2023-01-05 14:02     ` Marek Vasut
2022-12-16 21:02 ` [PATCH v2 4/4] dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry Marek Vasut
2022-12-16 21:27   ` Fabio Estevam
2022-12-16 21:25 ` [PATCH v2 1/4] dt-bindings: arm: Move MX8Menlo board to i.MX8M Mini Toradex Verdin SoM entry Francesco Dolcini
2022-12-16 21:35   ` Marek Vasut
2022-12-20 18:21 ` Rob Herring
2022-12-21  8:36 ` 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).