2022-04-13 13:47:53

by Abel Vesa

[permalink] [raw]
Subject: [PATCH v6 08/13] dt-bindings: arm: Document i.MX8DXL EVK board binding

Document devicetree binding of i.XM8DXL EVK board.

Signed-off-by: Abel Vesa <[email protected]>
---
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 b6cc34115362..c44ce1f6fb98 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -803,6 +803,13 @@ properties:
- fsl,imx7ulp-evk # i.MX7ULP Evaluation Kit
- const: fsl,imx7ulp

+ - description: i.MX8DXL based Boards
+ items:
+ - enum:
+ - fsl,imx8dxl-evk # i.MX8DXL Evaluation Kit
+ - const: fsl,imx8dxl
+
+
- description: i.MX8MM based Boards
items:
- enum:
--
2.34.1


2022-04-16 01:23:49

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v6 08/13] dt-bindings: arm: Document i.MX8DXL EVK board binding

On Wed, Apr 13, 2022 at 01:33:51PM +0300, Abel Vesa wrote:
> Document devicetree binding of i.XM8DXL EVK board.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
> 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 b6cc34115362..c44ce1f6fb98 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -803,6 +803,13 @@ properties:
> - fsl,imx7ulp-evk # i.MX7ULP Evaluation Kit
> - const: fsl,imx7ulp
>
> + - description: i.MX8DXL based Boards
> + items:
> + - enum:
> + - fsl,imx8dxl-evk # i.MX8DXL Evaluation Kit
> + - const: fsl,imx8dxl
> +
> +

Extra blank line

> - description: i.MX8MM based Boards
> items:
> - enum:
> --
> 2.34.1
>
>