Re: [PATCH v3 2/2] dt-bindings: arm: fsl: Add Kontron i.MX8M Mini SoMs and boards

From: Krzysztof Kozlowski
Date: Thu Oct 01 2020 - 08:59:40 EST


On Thu, Oct 01, 2020 at 02:06:59PM +0200, Schrempf Frieder wrote:
> From: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx>
>
> Add entries for the SoMs and boards based on i.MX8MM from Kontron
> Electronics GmbH.
>
> Signed-off-by: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Changes for v3:
> * None
>
> Changes for v2:
> * Merge the SoMs and baseboards N8010 and N8011 into a single
> configuration (N801X).
> * Add Rob's R-b tag
> ---
> 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 6da9d734cdb7..4217c61e3048 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -345,6 +345,13 @@ properties:
> items:
> - enum:
> - fsl,imx8mm-evk # i.MX8MM EVK Board
> + - kontron,imx8mm-n801x-som # Kontron N801X SOM
> + - const: fsl,imx8mm
> +
> + - description: Kontron N801X S Board
> + items:
> + - const: kontron,imx8mm-n801x-s
> + - const: kontron,imx8mm-n801x-som
> - const: fsl,imx8mm

You will need to rebase it on next or Shawn's tree, as new board came
here. Please add it then in alphabetical order, so:
- description: i.MX8MM based Boards
- description: Kontron N801X S Board
- description: Variscite VAR-SOM-MX8MM based boards

Best regards,
Krzysztof