From: "Joseph Guo (OSS)" <qijian.guo@oss.nxp.com>
To: Frank Li <Frank.li@nxp.com>, Joseph Guo <qijian.guo@nxp.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
xinyu.chen@nxp.com, justin.jiang@nxp.com,
Daniel Baluta <daniel.baluta@nxp.com>,
Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v4 0/2] Add NXP FRDM-IMX95-PRO board support
Date: Tue, 2 Jun 2026 11:52:47 +0800 [thread overview]
Message-ID: <67b71676-8e78-44f4-ac84-9ae812a2a729@oss.nxp.com> (raw)
In-Reply-To: <ah26BWPDtZrirG_4@lizhi-Precision-Tower-5810>
On 6/2/2026 12:57 AM, Frank Li wrote:
> On Mon, May 18, 2026 at 11:58:18AM +0900, Joseph Guo wrote:
>> This patchset add Devicetree support for NXP FRDM-IMX95-PRO
>> development board based on i.MX95 19x19 SoC.
>>
>> Signed-off-by: Joseph Guo <qijian.guo@nxp.com>
>> ---
>> Changes in v4:
>> - Correct underscores in node names
>> - Correct 'silent-gpio' of can_phy to GPIO_ACTIVE_HIGH
>> - Fix typo in pinctrl_pcal6416
>> - Link to v3: https://lore.kernel.org/r/20260509-imx95_frdm_pro-v3-0-96290b471396@nxp.com
>>
>> Changes in v3:
>> - Change status of CAN1 to reserved
>> - Remove unused pinctrl
>> - Explain difference with i.MX95 15x15 FRDM in message
>> - Link to v2: https://lore.kernel.org/r/20260428-imx95_frdm_pro-v2-0-434240b652f4@nxp.com
>>
>> Changes in v2:
>> - Run dt-format to reformat the node order
>> - Change compatible of mqs to audio-graph-card2
>> - Add imx95-19x19-frdm-pro in Makefile
>> - Link to v1: https://lore.kernel.org/r/20260318-imx95_frdm_pro-v1-0-8c00e59f0b1b@nxp.com
>>
>> ---
>> Joseph Guo (2):
>> dt-bindings: arm: fsl: Add i.MX95 19x19 FRDM PRO board
>> arm64: dts: freescale: add i.MX95 19x19 FRDM PRO board dts
>>
>> Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
>> arch/arm64/boot/dts/freescale/Makefile | 1 +
>> .../boot/dts/freescale/imx95-19x19-frdm-pro.dts | 1021 ++++++++++++++++++++
>> 3 files changed, 1023 insertions(+)
>> ---
>> base-commit: 7109a2155340cc7b21f27e832ece6df03592f2e8
Hi Frank,
My patchset is based on linux-next.
V5 rebase on imx/dt64 has been sent.
Regards,
Joseph
>
> where this commit hash? I can't apply whole patch and can't find this
> commit.
>
> Can you rebase to https://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux.git/log/?h=imx/dt64
>
> Frank
>
>> change-id: 20260311-imx95_frdm_pro-7a8d03b50982
>>
>> Best regards,
>> --
>> Joseph Guo <qijian.guo@nxp.com>
>>
prev parent reply other threads:[~2026-06-02 3:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-18 2:58 [PATCH v4 0/2] Add NXP FRDM-IMX95-PRO board support Joseph Guo
2026-05-18 2:58 ` [PATCH v4 1/2] dt-bindings: arm: fsl: Add i.MX95 19x19 FRDM PRO board Joseph Guo
2026-05-18 2:58 ` [PATCH v4 2/2] arm64: dts: freescale: add i.MX95 19x19 FRDM PRO board dts Joseph Guo
2026-05-18 3:20 ` sashiko-bot
2026-05-18 7:49 ` [EXT] " Joseph Guo (OSS)
2026-06-01 16:57 ` [PATCH v4 0/2] Add NXP FRDM-IMX95-PRO board support Frank Li
2026-06-02 3:52 ` Joseph Guo (OSS) [this message]
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=67b71676-8e78-44f4-ac84-9ae812a2a729@oss.nxp.com \
--to=qijian.guo@oss.nxp.com \
--cc=Frank.li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=daniel.baluta@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=justin.jiang@nxp.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=qijian.guo@nxp.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=xinyu.chen@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