Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support
@ 2024-05-27 23:51 Pengfei Li
  2024-05-27 23:51 ` [PATCH 1/5] dt-bindings: clock: Add i.MX91 clock support Pengfei Li
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Pengfei Li @ 2024-05-27 23:51 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, abelvesa, mturquette, sboyd, shawnguo,
	s.hauer, kernel, festevam, ping.bai, ye.li, peng.fan,
	aisheng.dong, frank.li
  Cc: tharvey, alexander.stein, gregor.herburger, hiago.franco,
	joao.goncalves, hvilleneuve, Markus.Niebel, m.felsch, m.othacehe,
	bhelgaas, leoyang.li, devicetree, linux-kernel, linux-clk, imx,
	linux-arm-kernel, pengfei.li_1

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

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

Pengfei Li (5):
  dt-bindings: clock: Add i.MX91 clock support
  dt-bindings: clock: Add i.MX91 clock definition
  arm64: dts: freescale: Add i.MX91 dtsi support
  dt-bindings: arm: fsl: Add i.MX91 11x11 evk board
  arm64: dts: freescale: Add i.MX91 11x11 EVK basic support

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 .../bindings/clock/imx93-clock.yaml           |   1 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../boot/dts/freescale/imx91-11x11-evk.dts    | 807 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx91-pinfunc.h | 770 +++++++++++++++++
 arch/arm64/boot/dts/freescale/imx91.dtsi      |  66 ++
 include/dt-bindings/clock/imx93-clock.h       |   7 +-
 7 files changed, 1657 insertions(+), 1 deletion(-)
 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2024-05-28 17:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 23:51 [PATCH 0/5] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support Pengfei Li
2024-05-27 23:51 ` [PATCH 1/5] dt-bindings: clock: Add i.MX91 clock support Pengfei Li
2024-05-28 15:07   ` Frank Li
2024-05-27 23:51 ` [PATCH 2/5] dt-bindings: clock: Add i.MX91 clock definition Pengfei Li
2024-05-28 15:08   ` Frank Li
2024-05-27 23:51 ` [PATCH 3/5] arm64: dts: freescale: Add i.MX91 dtsi support Pengfei Li
2024-05-28 15:10   ` Frank Li
2024-05-27 23:51 ` [PATCH 4/5] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Pengfei Li
2024-05-28 15:11   ` Frank Li
2024-05-27 23:51 ` [PATCH 5/5] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support Pengfei Li
2024-05-28 15:18   ` Frank Li
2024-05-28 17:41 ` [PATCH 0/5] " Rob Herring (Arm)

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