[PATCH v4 0/2] arm64: dts: support the i.MX8ULP EVK9 board

Laurentiu Mihalcea posted 2 patches 2 months, 3 weeks ago
.../devicetree/bindings/arm/fsl.yaml          |  1 +
arch/arm64/boot/dts/freescale/Makefile        |  1 +
.../boot/dts/freescale/imx8ulp-9x9-evk.dts    | 69 +++++++++++++++++++
3 files changed, 71 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts
[PATCH v4 0/2] arm64: dts: support the i.MX8ULP EVK9 board
Posted by Laurentiu Mihalcea 2 months, 3 weeks ago
From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>

Add support for the i.MX8ULP EVK9 board by introducing a new DTS and
a new compatible string.

---
Changes in v4:
* fix ordering in the Makefile
* highlighted a few differences between the EVK and EVK9 board in the
commit message as requested by Shawn
* link to v3: https://lore.kernel.org/lkml/20250701002239.972090-1-laurentiumihalcea111@gmail.com/

Changes in v3:
* change order of the board DT compatible inside the binding.
"fsl,imx8ulp-9x9-evk" now comes before "fsl,imx8ulp-evk".
* link to v2: https://lore.kernel.org/lkml/20250627142645.134256-1-laurentiumihalcea111@gmail.com/

Changes in v2:
* introduced a new compatible string for the board.
* aligned the pin configurations to the same column.
* link to v1: https://lore.kernel.org/lkml/20250623150146.1398044-1-laurentiumihalcea111@gmail.com/
---

Laurentiu Mihalcea (2):
  dt-bindings: arm: fsl: add i.MX8ULP EVK9 board
  arm64: dts: imx: add dts for the imx8ulp evk9 board

 .../devicetree/bindings/arm/fsl.yaml          |  1 +
 arch/arm64/boot/dts/freescale/Makefile        |  1 +
 .../boot/dts/freescale/imx8ulp-9x9-evk.dts    | 69 +++++++++++++++++++
 3 files changed, 71 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts

-- 
2.34.1
Re: [PATCH v4 0/2] arm64: dts: support the i.MX8ULP EVK9 board
Posted by Shawn Guo 1 month, 2 weeks ago
On Mon, Jul 14, 2025 at 11:13:44AM -0400, Laurentiu Mihalcea wrote:
> Laurentiu Mihalcea (2):
>   dt-bindings: arm: fsl: add i.MX8ULP EVK9 board
>   arm64: dts: imx: add dts for the imx8ulp evk9 board

Applied both, thanks!