Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 0/5] arm64: dts: imx93: Add i.MX93 Wireless EVK and refactor common parts
@ 2026-02-03  8:01 Sherry Sun
  2026-02-03  8:01 ` [PATCH V5 1/5] dt-bindings: arm: fsl: Add i.MX93 Wireless EVK board Sherry Sun
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Sherry Sun @ 2026-02-03  8:01 UTC (permalink / raw)
  To: Frank.Li, robh, krzk+dt, conor+dt, s.hauer, festevam, shawnguo,
	daniel.baluta, dario.binacchi, alexander.stein, Markus.Niebel,
	matthias.schiffer, y.moog, josua, francesco.dolcini, primoz.fiser
  Cc: imx, kernel, devicetree, linux-kernel, linux-arm-kernel

This patch set adds support for the NXP i.MX93 Wireless EVK and refactors
the existing i.MX93 11x11 EVK DTS to share the common parts via a new
imx93-evk-common.dtsi. The Wireless EVK integrates i.MX93 with an IW610
(WiFi + BLE + 802.15.4) SiP and reuses most of the 11x11 EVK design with
minor functional and pin connection differences.

Also introduce imx93w.dtsi to describe the new NXP i.MX93 Wireless SiP so
that can be reused by multiple boards adopting the i.MX93 Wireless SiP.

---
Changes in V4:
1. Add patch#2 that rename the imx93-11x11-evk.dts to imx93-evk-common.dtsi
   and patch#3 move 11x11 EVK specific parts back to imx93-11x11-evk.dts for
   easy review.
2. Add Reviewed-by for patch#4.
3. Move the usdhc3 aliases to two EVK DTS files.
4. Keep imx93w-evk.dtb alphabet order in Makefile in patch#5.
5. Enable open drain for IW610 PDn pin to allow the IW610 JTAG connector to
   control the PDn status in patch#4.

Changes in V4:
1. Add imx93w.dtsi to describe the new NXP i.MX93 Wireless SiP in patch#3 as
Frank suggested.
2. Modify imx93w-evk.dts to include the imx93w.dtsi in patch#4.

Changes in V3:
1. Delete unnecessary parts in patch#1 commit message as Krzysztof suggested.
2. Add Acked-by tag.
3. Add patch#2 to extract the common parts of 11x11 EVK into
   imx93-evk-common.dtsi.

Changes in V2:
1. Rename the compatible string to fsl,imx93-wireless-evk which is more
   clearer and better aligned with the naming convention used on previous
   NXP boards.
2. Impreove the patch#1 commit message to add more info. 
---

Sherry Sun (5):
  dt-bindings: arm: fsl: Add i.MX93 Wireless EVK board
  arm64: dts: imx93: Rename imx93-11x11-evk.dts to imx93-evk-common.dtsi
  arm64: dts: imx93: Move 11x11 EVK specific parts back to
    imx93-11x11-evk.dts
  arm64: dts: imx93: Add imx93w.dtsi for i.MX93 Wireless SiP
  arm64: dts: imx93: Add i.MX93 Wireless EVK board support

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../boot/dts/freescale/imx93-11x11-evk.dts    | 861 +-----------------
 ...93-11x11-evk.dts => imx93-evk-common.dtsi} | 206 +----
 arch/arm64/boot/dts/freescale/imx93w-evk.dts  |  23 +
 arch/arm64/boot/dts/freescale/imx93w.dtsi     | 110 +++
 6 files changed, 145 insertions(+), 1057 deletions(-)
 copy arch/arm64/boot/dts/freescale/{imx93-11x11-evk.dts => imx93-evk-common.dtsi} (79%)
 create mode 100644 arch/arm64/boot/dts/freescale/imx93w-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx93w.dtsi

-- 
2.37.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-02-04  2:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03  8:01 [PATCH V5 0/5] arm64: dts: imx93: Add i.MX93 Wireless EVK and refactor common parts Sherry Sun
2026-02-03  8:01 ` [PATCH V5 1/5] dt-bindings: arm: fsl: Add i.MX93 Wireless EVK board Sherry Sun
2026-02-03  8:01 ` [PATCH V5 2/5] arm64: dts: imx93: Rename imx93-11x11-evk.dts to imx93-evk-common.dtsi Sherry Sun
2026-02-03 17:02   ` Frank Li
2026-02-04  1:59     ` Sherry Sun
2026-02-03  8:01 ` [PATCH V5 3/5] arm64: dts: imx93: Move 11x11 EVK specific parts back to imx93-11x11-evk.dts Sherry Sun
2026-02-03 17:06   ` Frank Li
2026-02-04  2:00     ` Sherry Sun
2026-02-03  8:01 ` [PATCH V5 4/5] arm64: dts: imx93: Add imx93w.dtsi for i.MX93 Wireless SiP Sherry Sun
2026-02-03  8:01 ` [PATCH V5 5/5] arm64: dts: imx93: Add i.MX93 Wireless EVK board support Sherry Sun
2026-02-03 17:11   ` Frank Li
2026-02-04  2:02     ` Sherry Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox