[PATCH 01/10] dt-bindings: arm: fsl: support Engicam MicroGEA BMM board

Dario Binacchi posted 10 patches 6 months, 2 weeks ago
There is a newer version of this series
[PATCH 01/10] dt-bindings: arm: fsl: support Engicam MicroGEA BMM board
Posted by Dario Binacchi 6 months, 2 weeks ago
Add devicetree bindings for Engicam MicroGEA BMM board based on the
Engicam MicroGEA SoM (System-on-Module).

The use of an enum for a single element is justified by the future
addition of other boards based on the same SoM.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---

 Documentation/devicetree/bindings/arm/fsl.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index d3b5e6923e41..5feb62611e53 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -769,6 +769,13 @@ properties:
           - const: dh,imx6ull-dhcor-som
           - const: fsl,imx6ull
 
+      - description: i.MX6ULL Engicam MicroGEA SoM based boards
+        items:
+          - enum:
+              - engicam,microgea-imx6ull-bmm       # i.MX6ULL Engicam MicroGEA BMM Board
+          - const: engicam,microgea-imx6ull        # i.MX6ULL Engicam MicroGEA SoM
+          - const: fsl,imx6ull
+
       - description: i.MX6ULL PHYTEC phyBOARD-Segin
         items:
           - enum:
-- 
2.43.0
Re: [PATCH 01/10] dt-bindings: arm: fsl: support Engicam MicroGEA BMM board
Posted by Conor Dooley 6 months, 1 week ago
On Sat, Jun 07, 2025 at 11:33:13AM +0200, Dario Binacchi wrote:
> Add devicetree bindings for Engicam MicroGEA BMM board based on the
> Engicam MicroGEA SoM (System-on-Module).
> 
> The use of an enum for a single element is justified by the future
> addition of other boards based on the same SoM.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>