mbox series

[v4,0/2] add imx8mq nitrogen support - changes since v3

Message ID 20190819172606.6410-1-dafna.hirschfeld@collabora.com
Headers show
Series add imx8mq nitrogen support - changes since v3 | expand

Message

Dafna Hirschfeld Aug. 19, 2019, 5:26 p.m. UTC
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

Comments

Shawn Guo Aug. 24, 2019, 7:03 p.m. UTC | #1
On Mon, Aug 19, 2019 at 07:26:06PM +0200, Dafna Hirschfeld wrote:
> From: Gary Bisson <gary.bisson@boundarydevices.com>
> 
> Add basic dts support for i.MX8MQ NITROGEN8M.
> 
> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
> [Dafna: porting vendor's code to mainline]
> Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>

Applied, thanks.