mbox series

[v3,0/2] arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree

Message ID 20220412143238.1925059-1-michael@walle.cc
Headers show
Series arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree | expand

Message

Michael Walle April 12, 2022, 2:32 p.m. UTC
Add support for the 8MNANOD3L-EVK which features a NXP IMX8MN SoC.

Patch 1 was formerly postet separately, but never picked up. So I've bumped
its version and added the actual device tree. Please note, there wasn't a
v1 nor a v2 of patch 2.

Michael Walle (2):
  dt-bindings: arm: fsl: add IMX8MN DDR3L eval board
  arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../boot/dts/freescale/imx8mn-ddr3l-evk.dts   | 114 ++++++++++++++++++
 3 files changed, 116 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-ddr3l-evk.dts

Comments

Shawn Guo April 18, 2022, 12:06 p.m. UTC | #1
On Tue, Apr 12, 2022 at 04:32:36PM +0200, Michael Walle wrote:
> Add support for the 8MNANOD3L-EVK which features a NXP IMX8MN SoC.
> 
> Patch 1 was formerly postet separately, but never picked up. So I've bumped
> its version and added the actual device tree. Please note, there wasn't a
> v1 nor a v2 of patch 2.
> 
> Michael Walle (2):
>   dt-bindings: arm: fsl: add IMX8MN DDR3L eval board
>   arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree

Applied both, thanks!