2020-01-07 18:59:00

by Bobby Jones

[permalink] [raw]
Subject: [PATCH v6 1/5] dt-bindings: arm: fsl: Add Gateworks Ventana i.MX6DL/Q compatibles

Add the compatible enum entries for Gateworks Ventana boards.

Signed-off-by: Robert Jones <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 37 ++++++++++++++++++++++++++
1 file changed, 37 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index f79683a..9f73bef 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -154,6 +154,43 @@ properties:
- ysoft,imx6dl-yapp4-ursa # i.MX6 Solo Y Soft IOTA Ursa board
- const: fsl,imx6dl

+ - description: i.MX6DL or i.MX6Q Gateworks Ventana Boards
+ items:
+ - enum:
+ - gw,imx6dl-gw51xx
+ - gw,imx6dl-gw52xx
+ - gw,imx6dl-gw53xx
+ - gw,imx6dl-gw54xx
+ - gw,imx6dl-gw551x
+ - gw,imx6dl-gw552x
+ - gw,imx6dl-gw553x
+ - gw,imx6dl-gw560x
+ - gw,imx6dl-gw5903
+ - gw,imx6dl-gw5904
+ - gw,imx6dl-gw5907
+ - gw,imx6dl-gw5910
+ - gw,imx6dl-gw5912
+ - gw,imx6dl-gw5913
+ - gw,imx6q-gw51xx
+ - gw,imx6q-gw52xx
+ - gw,imx6q-gw53xx
+ - gw,imx6q-gw5400-a
+ - gw,imx6q-gw54xx
+ - gw,imx6q-gw551x
+ - gw,imx6q-gw552x
+ - gw,imx6q-gw553x
+ - gw,imx6q-gw560x
+ - gw,imx6q-gw5903
+ - gw,imx6q-gw5904
+ - gw,imx6q-gw5907
+ - gw,imx6q-gw5910
+ - gw,imx6q-gw5912
+ - gw,imx6q-gw5913
+ - const: gw,ventana
+ - enum:
+ - fsl,imx6dl
+ - fsl,imx6q
+
- description: i.MX6SL based Boards
items:
- enum:
--
2.9.2


2020-01-07 22:36:50

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v6 1/5] dt-bindings: arm: fsl: Add Gateworks Ventana i.MX6DL/Q compatibles

On Tue, Jan 7, 2020 at 12:58 PM Robert Jones <[email protected]> wrote:
>
> Add the compatible enum entries for Gateworks Ventana boards.
>
> Signed-off-by: Robert Jones <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 37 ++++++++++++++++++++++++++
> 1 file changed, 37 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index f79683a..9f73bef 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -154,6 +154,43 @@ properties:
> - ysoft,imx6dl-yapp4-ursa # i.MX6 Solo Y Soft IOTA Ursa board
> - const: fsl,imx6dl
>
> + - description: i.MX6DL or i.MX6Q Gateworks Ventana Boards
> + items:
> + - enum:
> + - gw,imx6dl-gw51xx
> + - gw,imx6dl-gw52xx
> + - gw,imx6dl-gw53xx
> + - gw,imx6dl-gw54xx
> + - gw,imx6dl-gw551x
> + - gw,imx6dl-gw552x
> + - gw,imx6dl-gw553x
> + - gw,imx6dl-gw560x
> + - gw,imx6dl-gw5903
> + - gw,imx6dl-gw5904
> + - gw,imx6dl-gw5907
> + - gw,imx6dl-gw5910
> + - gw,imx6dl-gw5912
> + - gw,imx6dl-gw5913
> + - gw,imx6q-gw51xx
> + - gw,imx6q-gw52xx
> + - gw,imx6q-gw53xx
> + - gw,imx6q-gw5400-a
> + - gw,imx6q-gw54xx
> + - gw,imx6q-gw551x
> + - gw,imx6q-gw552x
> + - gw,imx6q-gw553x
> + - gw,imx6q-gw560x
> + - gw,imx6q-gw5903
> + - gw,imx6q-gw5904
> + - gw,imx6q-gw5907
> + - gw,imx6q-gw5910
> + - gw,imx6q-gw5912
> + - gw,imx6q-gw5913

I missed that there's 2 sets of compatibles here for imx6dl and imx6q
variants. No point in combining these, so you should have 2 separate
entries for 6Q and 6DL boards.

> + - const: gw,ventana
> + - enum:
> + - fsl,imx6dl
> + - fsl,imx6q
> +
> - description: i.MX6SL based Boards
> items:
> - enum:
> --
> 2.9.2
>