linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support
@ 2024-05-30  2:26 Pengfei Li
  2024-05-30  2:26 ` [PATCH v2 1/5] dt-bindings: clock: Add i.MX91 clock support Pengfei Li
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Pengfei Li @ 2024-05-30  2:26 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.

---
Change for v2:
- refine the commit msg to list all enabled modules and supplement the differences between i.MX91 and i.MX93.
- fix imx91-11x11-evk.dts dtbs_check warning
- link to v1: https://lore.kernel.org/all/20240527235158.1037971-1-pengfei.li_1@nxp.com/

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    | 820 ++++++++++++++++++
 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, 1670 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] 13+ messages in thread

end of thread, other threads:[~2024-06-05  8:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-30  2:26 [PATCH v2 0/5] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support Pengfei Li
2024-05-30  2:26 ` [PATCH v2 1/5] dt-bindings: clock: Add i.MX91 clock support Pengfei Li
2024-06-04 15:03   ` Rob Herring
2024-06-05 23:59     ` Pengfei Li
2024-06-05  8:12       ` Krzysztof Kozlowski
2024-05-30  2:26 ` [PATCH v2 2/5] dt-bindings: clock: Add i.MX91 clock definition Pengfei Li
2024-06-04 15:04   ` Rob Herring
2024-06-06  0:23     ` Pengfei Li
2024-06-05  8:24       ` Krzysztof Kozlowski
2024-05-30  2:26 ` [PATCH v2 3/5] arm64: dts: freescale: Add i.MX91 dtsi support Pengfei Li
2024-05-30  2:26 ` [PATCH v2 4/5] dt-bindings: arm: fsl: Add i.MX91 11x11 evk board Pengfei Li
2024-06-04 15:09   ` Rob Herring (Arm)
2024-05-30  2:26 ` [PATCH v2 5/5] arm64: dts: freescale: Add i.MX91 11x11 EVK basic support 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).