[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250613100255.2131800-1-joy.zou@nxp.com>
Date: Fri, 13 Jun 2025 18:02:46 +0800
From: Joy Zou <joy.zou@....com>
To: robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
shawnguo@...nel.org,
s.hauer@...gutronix.de,
catalin.marinas@....com,
will@...nel.org,
andrew+netdev@...n.ch,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
mcoquelin.stm32@...il.com,
alexandre.torgue@...s.st.com,
ulf.hansson@...aro.org,
richardcochran@...il.com,
kernel@...gutronix.de,
festevam@...il.com
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
imx@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org,
netdev@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-pm@...r.kernel.org,
frank.li@....com,
ye.li@....com,
ping.bai@....com,
peng.fan@....com,
aisheng.dong@....com,
xiaoning.wang@....com
Subject: [PATCH v5 0/9] Add i.MX91 platform support
The design of i.MX91 platform is very similar to i.MX93.
Extracts the common parts in order to reuse code.
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.
- i.MX91 has updated to new temperature sensor same with i.MX95.
---
Changes for v5:
- rename imx93.dtsi to imx91_93_common.dtsi.
- move imx93 specific part from imx91_93_common.dtsi to imx93.dtsi.
- modify the imx91.dtsi to use imx91_93_common.dtsi.
- add new the imx93-blk-ctrl binding and driver patch for imx91 support.
- add new net patch for imx91 support.
- change node name codec and lsm6dsm into common name audio-codec and
inertial-meter, and add BT compatible string for imx91 board dts.
Changes 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
Changes for v3:
- Add Conor's ack on patch #1
- format imx91-11x11-evk.dts with the dt-format tool
- add lpi2c1 node
Changes 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 (8):
dt-bindings: soc: imx-blk-ctrl: add i.MX91 blk-ctrl compatible
arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi
arm64: dts: imx93: move i.MX93 specific part from imx91_93_common.dtsi
to imx93.dtsi
arm64: dts: imx91: add i.MX91 dtsi support
arm64: dts: freescale: add i.MX91 11x11 EVK basic support
arm64: defconfig: enable i.MX91 pinctrl
pmdomain: imx93-blk-ctrl: mask DSI and PXP PD domain register on
i.MX91
net: stmmac: imx: add i.MX91 support
Pengfei Li (1):
dt-bindings: arm: fsl: add i.MX91 11x11 evk board
.../devicetree/bindings/arm/fsl.yaml | 6 +
.../soc/imx/fsl,imx93-media-blk-ctrl.yaml | 55 +-
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../boot/dts/freescale/imx91-11x11-evk.dts | 878 ++++++++++
arch/arm64/boot/dts/freescale/imx91-pinfunc.h | 770 +++++++++
arch/arm64/boot/dts/freescale/imx91.dtsi | 124 ++
.../boot/dts/freescale/imx91_93_common.dtsi | 1215 ++++++++++++++
arch/arm64/boot/dts/freescale/imx93.dtsi | 1412 ++---------------
arch/arm64/configs/defconfig | 1 +
.../net/ethernet/stmicro/stmmac/dwmac-imx.c | 2 +
drivers/pmdomain/imx/imx93-blk-ctrl.c | 15 +
11 files changed, 3166 insertions(+), 1313 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
create mode 100644 arch/arm64/boot/dts/freescale/imx91_93_common.dtsi
--
2.37.1
Powered by blists - more mailing lists