devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add i.MX91 platform support
@ 2025-01-21  7:40 Joy Zou
  2025-01-21  7:40 ` [PATCH v4 1/5] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Joy Zou
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Joy Zou @ 2025-01-21  7:40 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, shawnguo, s.hauer, catalin.marinas, will,
	kernel, festevam
  Cc: joao.goncalves, marex, hvilleneuve, hiago.franco, peng.fan,
	frieder.schrempf, alexander.stein, m.othacehe, mwalle,
	Max.Merchel, quic_bjorande, geert+renesas, dmitry.baryshkov,
	neil.armstrong, arnd, nfraprado, devicetree, linux-kernel, imx,
	linux-arm-kernel, ping.bai, ye.li, aisheng.dong, frank.li,
	carlos.song

The design of the i.MX91 platform is very similar to i.MX93.
The mainly difference between i.MX91 and i.MX93 is as follows:
- i.MX91 removed some clocks and modified the names of some clocks.
- i.MX91 only has one A core
- i.MX91 has different pinmux

Therefore, i.MX91 can reuse i.MX93 dtsi.

---
Change for v4:
- Add one imx93 patch that add labels in imx93.dtsi
- modify the references in imx91.dtsi
- modify the code alignment
- remove unused newline
- delete the status property
- align pad hex values

Change for v3:
- Add Conor's ack on patch #1
- format imx91-11x11-evk.dts with the dt-format tool
- add lpi2c1 node

Change for v2:
- change ddr node pmu comaptible
- remove mu1 and mu2
- change iomux node compatible and enable 91 pinctrl
- refine commit message for patch #2
- change hex to lowercase in pinfunc.h
- ordering nodes with the dt-format tool

Joy Zou (1):
  arm64: dts: imx93: Add labels for the references easier

Pengfei Li (4):
  dt-bindings: arm: fsl: Add i.MX91 11x11 evk board
  arm64: dts: freescale: Add i.MX91 dtsi support
  arm64: dts: freescale: Add i.MX91 11x11 EVK basic support
  arm64: defconfig: enable i.MX91 pinctrl

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../boot/dts/freescale/imx91-11x11-evk.dts    | 873 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx91-pinfunc.h | 770 +++++++++++++++
 arch/arm64/boot/dts/freescale/imx91.dtsi      |  70 ++
 arch/arm64/boot/dts/freescale/imx93.dtsi      |   4 +-
 arch/arm64/configs/defconfig                  |   1 +
 7 files changed, 1723 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/imx91-11x11-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx91-pinfunc.h
 create mode 100644 arch/arm64/boot/dts/freescale/imx91.dtsi

-- 
2.37.1


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

end of thread, other threads:[~2025-01-22  6:20 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21  7:40 [PATCH v4 0/5] Add i.MX91 platform support Joy Zou
2025-01-21  7:40 ` [PATCH v4 1/5] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Joy Zou
2025-01-21  7:52   ` Krzysztof Kozlowski
2025-01-21  8:13     ` Joy Zou
2025-01-21  8:19     ` [EXT] " Joy Zou
2025-01-21  7:40 ` [PATCH v4 2/5] arm64: dts: freescale: Add i.MX91 dtsi support Joy Zou
2025-01-21  8:33   ` Alexander Stein
2025-01-22  5:25     ` [EXT] " Joy Zou
2025-01-22  6:20       ` Alexander Stein
2025-01-21  7:40 ` [PATCH v4 3/5] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support Joy Zou
2025-01-21  7:40 ` [PATCH v4 4/5] arm64: defconfig: enable i.MX91 pinctrl Joy Zou
2025-01-21  7:50   ` Krzysztof Kozlowski
2025-01-21 10:32     ` [EXT] " Joy Zou
2025-01-21  7:40 ` [PATCH v4 5/5] arm64: dts: imx93: Add labels for the references easier Joy Zou
2025-01-21  7:49   ` Krzysztof Kozlowski
2025-01-21  8:25     ` [EXT] " Joy Zou
2025-01-21  9:04       ` Krzysztof Kozlowski
2025-01-21  9:22         ` Joy Zou
2025-01-21  7:49 ` [PATCH v4 0/5] Add i.MX91 platform support Krzysztof Kozlowski
2025-01-21  8:35   ` [EXT] " Joy Zou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).