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

From: Marek Vasut
Date: Mon May 01 2023 - 13:04:32 EST


On 5/1/23 18:37, Himanshu Bhavani wrote:
From 8b789f3a997c1fbe253e9b5c5f5c370b262f7efd Mon Sep 17 00:00:00 2001
From: Himanshu Bhavani <himanshu.bhavani@xxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxx -1 HEAD

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

This should be ...

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


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