2019-08-13 12:52:50

by Dafna Hirschfeld

[permalink] [raw]
Subject: [PATCH v3 1/2] dt-bindings: arm: imx: add imx8mq nitrogen support

From: Gary Bisson <[email protected]>

The Nitrogen8M is an ARM based single board computer (SBC)
designed to leverage the full capabilities of NXP’s i.MX8M
Quad processor.

Signed-off-by: Gary Bisson <[email protected]>
Signed-off-by: Troy Kisky <[email protected]>
[Dafna: porting vendor's code to mainline]
Signed-off-by: Dafna Hirschfeld <[email protected]>
---
Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 362bf827cad1..16db1c699ba7 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -224,6 +224,7 @@ properties:
- description: i.MX8MQ based Boards
items:
- enum:
+ - boundary,imx8mq-nitrogen8m # i.MX8MQ NITROGEN Board
- fsl,imx8mq-evk # i.MX8MQ EVK Board
- purism,librem5-devkit # Purism Librem5 devkit
- technexion,pico-pi-imx8m # TechNexion PICO-PI-8M evk
--
2.20.1


2019-08-13 21:25:25

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v3 1/2] dt-bindings: arm: imx: add imx8mq nitrogen support

On Tue, Aug 13, 2019 at 6:51 AM Dafna Hirschfeld
<[email protected]> wrote:
>
> From: Gary Bisson <[email protected]>
>
> The Nitrogen8M is an ARM based single board computer (SBC)
> designed to leverage the full capabilities of NXP’s i.MX8M
> Quad processor.
>
> Signed-off-by: Gary Bisson <[email protected]>
> Signed-off-by: Troy Kisky <[email protected]>
> [Dafna: porting vendor's code to mainline]
> Signed-off-by: Dafna Hirschfeld <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
> 1 file changed, 1 insertion(+)

Reviewed-by: Rob Herring <[email protected]>