* [PATCH 1/2] dt-bindings: arm: Add i.MX8M Mini Toradex Verdin based Menlo board
@ 2022-04-07 20:24 Marek Vasut
2022-04-08 7:55 ` Marcel Ziswiler
0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2022-04-07 20:24 UTC (permalink / raw)
To: linux-arm-kernel
Cc: Marek Vasut, Fabio Estevam, Marcel Ziswiler, Peng Fan,
Rob Herring, Shawn Guo, NXP Linux Team, devicetree
Add DT compatible string for board based on the Toradex Verdin iMX8M
Mini SoM, the MX8Menlo. The board is a compatible replacement for
i.MX53 M53Menlo and features USB, multiple UARTs, ethernet, LEDs,
SD and eMMC.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@denx.de>
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
---
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 8a7ed7782e99f..a6286581fa13b 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -819,6 +819,7 @@ properties:
- gw,imx8mm-gw7902 # i.MX8MM Gateworks Board
- gw,imx8mm-gw7903 # i.MX8MM Gateworks Board
- kontron,imx8mm-n801x-som # i.MX8MM Kontron SL (N801X) SOM
+ - menlo,mx8menlo # i.MX8MM Menlo board
- 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
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] dt-bindings: arm: Add i.MX8M Mini Toradex Verdin based Menlo board
2022-04-07 20:24 [PATCH 1/2] dt-bindings: arm: Add i.MX8M Mini Toradex Verdin based Menlo board Marek Vasut
@ 2022-04-08 7:55 ` Marcel Ziswiler
2022-04-08 16:25 ` Marek Vasut
0 siblings, 1 reply; 3+ messages in thread
From: Marcel Ziswiler @ 2022-04-08 7:55 UTC (permalink / raw)
To: linux-arm-kernel@lists.infradead.org, marex@denx.de
Cc: peng.fan@nxp.com, festevam@denx.de, linux-imx@nxp.com,
devicetree@vger.kernel.org, shawnguo@kernel.org,
robh+dt@kernel.org
Hi Marek
Nice one (;-p).
On Thu, 2022-04-07 at 22:24 +0200, Marek Vasut wrote:
> Add DT compatible string for board based on the Toradex Verdin iMX8M
> Mini SoM, the MX8Menlo. The board is a compatible replacement for
> i.MX53 M53Menlo and features USB, multiple UARTs, ethernet, LEDs,
> SD and eMMC.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Fabio Estevam <festevam@denx.de>
> 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
> ---
> 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 8a7ed7782e99f..a6286581fa13b 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -819,6 +819,7 @@ properties:
> - gw,imx8mm-gw7902 # i.MX8MM Gateworks Board
> - gw,imx8mm-gw7903 # i.MX8MM Gateworks Board
> - kontron,imx8mm-n801x-som # i.MX8MM Kontron SL (N801X) SOM
> + - menlo,mx8menlo # i.MX8MM Menlo board
Would it make sense mentioning that it is a carrier board for Verdin modules?
> - 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
Cheers
Marcel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] dt-bindings: arm: Add i.MX8M Mini Toradex Verdin based Menlo board
2022-04-08 7:55 ` Marcel Ziswiler
@ 2022-04-08 16:25 ` Marek Vasut
0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2022-04-08 16:25 UTC (permalink / raw)
To: Marcel Ziswiler, linux-arm-kernel@lists.infradead.org
Cc: peng.fan@nxp.com, festevam@denx.de, linux-imx@nxp.com,
devicetree@vger.kernel.org, shawnguo@kernel.org,
robh+dt@kernel.org
On 4/8/22 09:55, Marcel Ziswiler wrote:
[...]
>> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
>> index 8a7ed7782e99f..a6286581fa13b 100644
>> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
>> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
>> @@ -819,6 +819,7 @@ properties:
>> - gw,imx8mm-gw7902 # i.MX8MM Gateworks Board
>> - gw,imx8mm-gw7903 # i.MX8MM Gateworks Board
>> - kontron,imx8mm-n801x-som # i.MX8MM Kontron SL (N801X) SOM
>> + - menlo,mx8menlo # i.MX8MM Menlo board
>
> Would it make sense mentioning that it is a carrier board for Verdin modules?
I will add it in V2.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-08 16:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-07 20:24 [PATCH 1/2] dt-bindings: arm: Add i.MX8M Mini Toradex Verdin based Menlo board Marek Vasut
2022-04-08 7:55 ` Marcel Ziswiler
2022-04-08 16:25 ` Marek Vasut
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).