[PATCH V2 ] bindings: arm64: Add an entry in imx8mm boards for Emtop SOM-IMX8MM

Himanshu Bhavani posted 1 patch 2 years, 7 months ago
[PATCH V2 ] bindings: arm64: Add an entry in imx8mm boards for Emtop SOM-IMX8MM
Posted by Himanshu Bhavani 2 years, 7 months ago
From 8b789f3a997c1fbe253e9b5c5f5c370b262f7efd Mon Sep 17 00:00:00 2001
From: Himanshu Bhavani <himanshu.bhavani@siliconsignals.io>
Date: Mon, 1 May 2023 21:59:47 +0530
Subject: [PATCH] Add an entry in imx8mm boards for Emtop SOM-IMX8MM

Change in v2:
	- Update vendor name
	- Add board name

Signed-off-by: Himanshu Bhavani <himanshu.bhavani@siliconsignals.io>

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 442ce8f4d675..06eb2c790f90 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -884,6 +884,7 @@ properties:
               - beacon,imx8mm-beacon-kit  # i.MX8MM Beacon Development Kit
               - boundary,imx8mm-nitrogen8mm  # i.MX8MM Nitrogen Board
               - dmo,imx8mm-data-modul-edm-sbc # i.MX8MM eDM SBC
+              - emtop,imx8mm-emtop          # i.MX8MM Emtop SoM
               - emtrion,emcon-mx8mm-avari # emCON-MX8MM SoM on Avari Base
               - fsl,imx8mm-ddr4-evk       # i.MX8MM DDR4 EVK Board
               - fsl,imx8mm-evk            # i.MX8MM EVK Board
-- 
2.25.1
Re: [PATCH V2 ] bindings: arm64: Add an entry in imx8mm boards for Emtop SOM-IMX8MM
Posted by Marek Vasut 2 years, 7 months ago
On 5/1/23 18:37, Himanshu Bhavani wrote:
>>From 8b789f3a997c1fbe253e9b5c5f5c370b262f7efd Mon Sep 17 00:00:00 2001
> From: Himanshu Bhavani <himanshu.bhavani@siliconsignals.io>
> Date: Mon, 1 May 2023 21:59:47 +0530
> Subject: [PATCH] Add an entry in imx8mm boards for Emtop SOM-IMX8MM

Can you try and use 'git send-email' to send your patch ?

git send-email --annotate --to=devicetree@vger.kernel.org -1 HEAD

> Change in v2:
> 	- Update vendor name
> 	- Add board name

This should be ...

> Signed-off-by: Himanshu Bhavani <himanshu.bhavani@siliconsignals.io>


... here, but also add '---' line above it, like so:

---
V2: - Do stuff
     - Other stuff
V3: - More stuff ...

> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index 442ce8f4d675..06eb2c790f90 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -884,6 +884,7 @@ properties:
>                 - beacon,imx8mm-beacon-kit  # i.MX8MM Beacon Development Kit
>                 - boundary,imx8mm-nitrogen8mm  # i.MX8MM Nitrogen Board
>                 - dmo,imx8mm-data-modul-edm-sbc # i.MX8MM eDM SBC
> +              - emtop,imx8mm-emtop          # i.MX8MM Emtop SoM

Please also update 
Documentation/devicetree/bindings/vendor-prefixes.yaml with emtop vendor 
prefix, do so in separate patch.