2022-04-12 22:13:21

by Michael Walle

[permalink] [raw]
Subject: [PATCH v3 0/2] arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree

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

--
2.30.2


2022-04-18 15:05:36

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH v3 0/2] arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree

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!