Messages in this thread Patch in this message |  | | From | Robert Jones <> | Subject | [PATCH v4 1/5] dt-bindings: arm: fsl: Add Gateworks Ventana i.MX6DL/Q compatibles | Date | Mon, 23 Dec 2019 17:00:16 -0800 |
| |
Add the compatible enum entries for Gateworks Ventana boards.
Signed-off-by: Robert Jones <rjones@gateworks.com> --- Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index f79683a..a02e980 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -126,6 +126,7 @@ properties: - toradex,apalis_imx6q-ixora # Apalis iMX6 Module on Ixora - toradex,apalis_imx6q-ixora-v1.1 # Apalis iMX6 Module on Ixora V1.1 - variscite,dt6customboard + - gw,ventana # Gateworks i.MX6DL or i.MX6Q Ventana - const: fsl,imx6q - description: i.MX6QP based Boards @@ -152,6 +153,7 @@ properties: - ysoft,imx6dl-yapp4-draco # i.MX6 DualLite Y Soft IOTA Draco board - ysoft,imx6dl-yapp4-hydra # i.MX6 DualLite Y Soft IOTA Hydra board - ysoft,imx6dl-yapp4-ursa # i.MX6 Solo Y Soft IOTA Ursa board + - gw,ventana # Gateworks i.MX6DL or i.MX6Q Ventana - const: fsl,imx6dl - description: i.MX6SL based Boards -- 2.9.2
|  |