devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add i.MX91 platform support
@ 2024-11-18  5:15 Pengfei Li
  2024-11-18  5:15 ` [PATCH v2 1/4] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Pengfei Li
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pengfei Li @ 2024-11-18  5:15 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, shawnguo, s.hauer, catalin.marinas, will,
	kernel, festevam
  Cc: francesco.dolcini, joao.goncalves, marex, hvilleneuve, peng.fan,
	hiago.franco, frieder.schrempf, alexander.stein, mwalle,
	m.othacehe, Max.Merchel, tharvey, quic_bjorande, geert+renesas,
	dmitry.baryshkov, konradybcio, neil.armstrong, arnd, nfraprado,
	devicetree, linux-kernel, imx, linux-arm-kernel, ping.bai, ye.li,
	aisheng.dong, frank.li

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 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
- link to v1: https://lore.kernel.org/all/20241108022703.1877171-1-pengfei.li_1@nxp.com/

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    | 812 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx91-pinfunc.h | 770 +++++++++++++++++
 arch/arm64/boot/dts/freescale/imx91.dtsi      |  70 ++
 arch/arm64/configs/defconfig                  |   1 +
 6 files changed, 1660 insertions(+)
 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.34.1


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

end of thread, other threads:[~2024-11-19 13:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18  5:15 [PATCH v2 0/4] Add i.MX91 platform support Pengfei Li
2024-11-18  5:15 ` [PATCH v2 1/4] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Pengfei Li
2024-11-18 19:27   ` Frank Li
2024-11-19 13:55   ` Rob Herring
2024-11-18  5:15 ` [PATCH v2 2/4] arm64: dts: freescale: Add i.MX91 dtsi support Pengfei Li
2024-11-18 19:30   ` Frank Li
2024-11-18  5:15 ` [PATCH v2 3/4] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support Pengfei Li
2024-11-18 19:35   ` Frank Li
2024-11-18  5:15 ` [PATCH v2 4/4] arm64: defconfig: enable i.MX91 pinctrl Pengfei Li

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).