2019-08-19 17:27:29

by Dafna Hirschfeld

[permalink] [raw]
Subject: [PATCH v4 0/2] add imx8mq nitrogen support - changes since v3

change log:
patch 1: no changes
patch 2:
- gpio-key,wakeup -> source-wakeup
- newline between property list and child nodes.
- settting pinctrl nodes names to: "pinctrl_xxx: xxxgrp {"

Gary Bisson (2):
dt-bindings: arm: imx: add imx8mq nitrogen support
arm64: dts: imx: Add i.mx8mq nitrogen8m basic dts support

.../devicetree/bindings/arm/fsl.yaml | 1 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../boot/dts/freescale/imx8mq-nitrogen.dts | 405 ++++++++++++++++++
3 files changed, 407 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-nitrogen.dts

--
2.20.1


2019-08-19 17:27:40

by Dafna Hirschfeld

[permalink] [raw]
Subject: [PATCH v4 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-19 19:10:10

by Rob Herring

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

On Mon, Aug 19, 2019 at 12:26 PM 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(+)

Please add acks/reviewed-bys when posting new versions.

Rob

2019-08-20 16:28:54

by Dafna Hirschfeld

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

On Mon, 2019-08-19 at 14:08 -0500, Rob Herring wrote:
> On Mon, Aug 19, 2019 at 12:26 PM 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(+)
>
> Please add acks/reviewed-bys when posting new versions.
>
Hi,
Thank you for the remark, I forgot to add it. I will add it in the
next.
Regards,
Dafna Hirschfeld

> Rob

2019-08-24 19:03:56

by Shawn Guo

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

On Tue, Aug 20, 2019 at 06:27:39PM +0200, Dafna Hirschfeld wrote:
> On Mon, 2019-08-19 at 14:08 -0500, Rob Herring wrote:
> > On Mon, Aug 19, 2019 at 12:26 PM 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(+)
> >
> > Please add acks/reviewed-bys when posting new versions.
> >
> Hi,
> Thank you for the remark, I forgot to add it. I will add it in the
> next.

I applied the patch with Rob's Reviewed-by on v3.

Shawn