linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add i.MX91 platform support
@ 2024-11-20  9:49 Pengfei Li
  2024-11-20  9:49 ` [PATCH v3 1/4] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Pengfei Li
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Pengfei Li @ 2024-11-20  9:49 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 v3:
- Add Conor's ack on patch #1
- format imx91-11x11-evk.dts with the dt-format tool
- add lpi2c1 node
- link to v2: https://lore.kernel.org/all/20241118051541.2621360-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    | 875 ++++++++++++++++++
 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, 1723 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-12-30  3:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20  9:49 [PATCH v3 0/4] Add i.MX91 platform support Pengfei Li
2024-11-20  9:49 ` [PATCH v3 1/4] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Pengfei Li
2024-11-20  9:49 ` [PATCH v3 2/4] arm64: dts: freescale: Add i.MX91 dtsi support Pengfei Li
2024-12-30  3:16   ` Shawn Guo
2024-11-20  9:49 ` [PATCH v3 3/4] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support Pengfei Li
2024-12-30  3:28   ` Shawn Guo
2024-11-20  9:49 ` [PATCH v3 4/4] arm64: defconfig: enable i.MX91 pinctrl Pengfei Li
2024-12-02  7:24 ` [PATCH v3 0/4] Add i.MX91 platform support Pengfei Li
2024-12-02 20:21   ` Frank 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).