Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Pengfei Li <pengfei.li_1@nxp.com>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	catalin.marinas@arm.com, will@kernel.org, kernel@pengutronix.de,
	festevam@gmail.com
Cc: joao.goncalves@toradex.com, marex@denx.de,
	hvilleneuve@dimonoff.com, hiago.franco@toradex.com,
	peng.fan@nxp.com, frieder.schrempf@kontron.de,
	alexander.stein@ew.tq-group.com, m.othacehe@gmail.com,
	mwalle@kernel.org, Max.Merchel@ew.tq-group.com,
	quic_bjorande@quicinc.com, geert+renesas@glider.be,
	dmitry.baryshkov@linaro.org, neil.armstrong@linaro.org,
	arnd@arndb.de, nfraprado@collabora.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
	ping.bai@nxp.com, ye.li@nxp.com, aisheng.dong@nxp.com,
	frank.li@nxp.com, carlos.song@nxp.com
Subject: Re: [PATCH v3 0/4] Add i.MX91 platform support
Date: Mon, 2 Dec 2024 15:24:44 +0800	[thread overview]
Message-ID: <Z01gfuVIIhl0rYwI@pengfei-OptiPlex-Tower-Plus-7010> (raw)
In-Reply-To: <20241120094945.3032663-1-pengfei.li_1@nxp.com>

On Wed, Nov 20, 2024 at 05:49:41PM +0800, Pengfei Li wrote:
> 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
> 
> 

Hi Rob Herring,

I haven't received any comments from others about this version of the patch set, is this patch set applicable?

BR,
Pengfei Li



  parent reply	other threads:[~2024-12-02  7:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Pengfei Li [this message]
2024-12-02 20:21   ` [PATCH v3 0/4] Add i.MX91 platform support Frank Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z01gfuVIIhl0rYwI@pengfei-OptiPlex-Tower-Plus-7010 \
    --to=pengfei.li_1@nxp.com \
    --cc=Max.Merchel@ew.tq-group.com \
    --cc=aisheng.dong@nxp.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=arnd@arndb.de \
    --cc=carlos.song@nxp.com \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=festevam@gmail.com \
    --cc=frank.li@nxp.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=geert+renesas@glider.be \
    --cc=hiago.franco@toradex.com \
    --cc=hvilleneuve@dimonoff.com \
    --cc=imx@lists.linux.dev \
    --cc=joao.goncalves@toradex.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.othacehe@gmail.com \
    --cc=marex@denx.de \
    --cc=mwalle@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=nfraprado@collabora.com \
    --cc=peng.fan@nxp.com \
    --cc=ping.bai@nxp.com \
    --cc=quic_bjorande@quicinc.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=will@kernel.org \
    --cc=ye.li@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox