public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: "Alice Guo (OSS)" <alice.guo@oss.nxp.com>
Cc: dl-uboot-imx <uboot-imx@nxp.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	"Stefano Babic" <sbabic@nabladev.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Peng Fan" <peng.fan@nxp.com>, "Ye Li" <ye.li@nxp.com>,
	"Jindong Yue" <jindong.yue@nxp.com>,
	"Jacky Bai" <ping.bai@nxp.com>,
	"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
	"Rasmus Villemoes" <ravi@prevas.dk>,
	"Ross, Fedor" <fedor.ross@ifm.com>,
	"João Paulo Gonçalves" <joao.goncalves@toradex.com>,
	"Patrice Chotard" <patrice.chotard@foss.st.com>,
	"Valentin Caron" <valentin.caron@foss.st.com>,
	"Vinh Nguyen" <vinh.nguyen.xz@renesas.com>,
	"Sam Protsenko" <semen.protsenko@linaro.org>,
	"Ranjani Vaidyanathan" <ranjani.vaidyanathan@nxp.com>,
	"Ji Luo" <ji.luo@nxp.com>, "Frank Li" <frank.li@nxp.com>,
	"Sumit Garg" <sumit.garg@oss.qualcomm.com>,
	"Adam Ford" <aford173@gmail.com>,
	"Frieder Schrempf" <frieder.schrempf@kontron.de>,
	"David Zang" <davidzangcs@gmail.com>,
	"Andrew Goodbody" <andrew.goodbody@linaro.org>,
	"Sumit Garg" <sumit.garg@kernel.org>,
	"Marek Vasut" <marex@nabladev.com>,
	"Joseph Guo" <qijian.guo@nxp.com>,
	"tharvey@gateworks.com" <tharvey@gateworks.com>,
	"Alice Guo" <alice.guo@nxp.com>
Subject: Re: 回复: [PATCH v1 10/12] dts: upstream: arm64: freescale: Sync i.MX952 device tree from Linux
Date: Mon, 9 Feb 2026 08:03:54 -0600	[thread overview]
Message-ID: <20260209140354.GD2603314@bill-the-cat> (raw)
In-Reply-To: <PAXPR04MB964411EF269E12B1B7F20689E265A@PAXPR04MB9644.eurprd04.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 3088 bytes --]

On Mon, Feb 09, 2026 at 10:34:24AM +0000, Alice Guo (OSS) wrote:
> > -----邮件原件-----
> > 发件人: Tom Rini <trini@konsulko.com>
> > 发送时间: 2026年2月5日 23:39
> > 收件人: Alice Guo (OSS) <alice.guo@oss.nxp.com>
> > 抄送: dl-uboot-imx <uboot-imx@nxp.com>; u-boot@lists.denx.de; Stefano
> > Babic <sbabic@nabladev.com>; Fabio Estevam <festevam@gmail.com>; Peng
> > Fan <peng.fan@nxp.com>; Ye Li <ye.li@nxp.com>; Jindong Yue
> > <jindong.yue@nxp.com>; Jacky Bai <ping.bai@nxp.com>; Marek Vasut
> > <marek.vasut+renesas@mailbox.org>; Rasmus Villemoes <ravi@prevas.dk>;
> > Ross, Fedor <fedor.ross@ifm.com>; João Paulo Gonçalves
> > <joao.goncalves@toradex.com>; Patrice Chotard
> > <patrice.chotard@foss.st.com>; Valentin Caron <valentin.caron@foss.st.com>;
> > Vinh Nguyen <vinh.nguyen.xz@renesas.com>; Sam Protsenko
> > <semen.protsenko@linaro.org>; Ranjani Vaidyanathan
> > <ranjani.vaidyanathan@nxp.com>; Ji Luo <ji.luo@nxp.com>; Frank Li
> > <frank.li@nxp.com>; Sumit Garg <sumit.garg@oss.qualcomm.com>; Adam
> > Ford <aford173@gmail.com>; Frieder Schrempf
> > <frieder.schrempf@kontron.de>; David Zang <davidzangcs@gmail.com>;
> > Andrew Goodbody <andrew.goodbody@linaro.org>; Sumit Garg
> > <sumit.garg@kernel.org>; Marek Vasut <marex@nabladev.com>; Joseph Guo
> > <qijian.guo@nxp.com>; tharvey@gateworks.com; Alice Guo
> > <alice.guo@nxp.com>
> > 主题: Re: [PATCH v1 10/12] dts: upstream: arm64: freescale: Sync i.MX952
> > device tree from Linux
> > 
> > On Thu, Feb 05, 2026 at 09:55:16PM +0800, alice.guo@oss.nxp.com wrote:
> > 
> > > From: Alice Guo <alice.guo@nxp.com>
> > >
> > > Sync i.MX952 device tree files from linux-next next-20260202:
> > > - Add imx952.dtsi for SoC
> > > - Add imx952-evk.dts for i.MX952 EVK board
> > > - Add imx952-*.h headers for clock, pinctrl and power
> > >
> > > Imported from linux-next commit 193579fe0138 ("Add linux-next specific
> > > ifiles for 20260202")
> > >
> > > Signed-off-by: Alice Guo <alice.guo@nxp.com>
> > > ---
> > >  dts/upstream/src/arm64/freescale/imx952-clock.h   |  215 ++++
> > >  dts/upstream/src/arm64/freescale/imx952-evk.dts   |  596 ++++++++++
> > >  dts/upstream/src/arm64/freescale/imx952-pinfunc.h |  867
> > ++++++++++++++
> > >  dts/upstream/src/arm64/freescale/imx952-power.h   |   44 +
> > >  dts/upstream/src/arm64/freescale/imx952.dtsi      | 1266
> > +++++++++++++++++++++
> > >  5 files changed, 2988 insertions(+)
> > 
> > This needs to be done (as a series of, if needed) tools/update-subtree.sh
> > cherry-pick operations. That gives the right commit message format that
> > shows these are changes from upstream.
> > 
> > --
> > Tom
> 
> Hi Tom,
> 
> Thank you for the review. These i.MX952 files are not yet available in the devicetree-rebasing repository, so I cannot use the standard workflow: ./tools/update-subtree.sh pick dts <devicetree-rebasing-commit-id>
> 
> Should I wait for the devicetree-rebasing sync?

Yes, or not use OF_UPSTREAM until the device tree are in an upstream
kernel tag.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2026-02-09 14:04 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-05 13:55 [PATCH 00/12] imx: add i.MX952 support alice.guo
2026-02-05 13:55 ` [PATCH v1 01/12] imx9: scmi: Get DDR size through SM SCMI API alice.guo
2026-02-06  0:34   ` Peng Fan
2026-02-05 13:55 ` [PATCH v1 02/12] imx95/imx94: Remove board_phys_sdram_size from each board alice.guo
2026-02-06  0:35   ` Peng Fan
2026-02-05 13:55 ` [PATCH v1 03/12] pinctrl: nxp: Add i.MX952 support alice.guo
2026-02-06  0:36   ` Peng Fan
2026-02-05 13:55 ` [PATCH v1 04/12] arm: imx: Add i.MX952 CPU type support alice.guo
2026-02-06  0:37   ` Peng Fan
2026-02-05 13:55 ` [PATCH v1 05/12] imx: ele_ahab: Add i.MX952 support to display_life_cycle() alice.guo
2026-02-06  0:38   ` Peng Fan
2026-02-05 13:55 ` [PATCH v1 06/12] imx: container: Add i.MX952 support to get_imageset_end() alice.guo
2026-02-06  0:40   ` Peng Fan
2026-02-05 13:55 ` [PATCH v1 07/12] arm: imx952: Add watchdog base address definitions alice.guo
2026-02-06  0:41   ` Peng Fan
2026-02-06  3:59   ` Fabio Estevam
2026-02-09 10:24     ` 回复: " Alice Guo (OSS)
2026-02-09 11:21       ` Fabio Estevam
2026-02-05 13:55 ` [PATCH v1 08/12] arm: imx9: Add i.MX952 SoC support alice.guo
2026-02-06  0:45   ` Peng Fan
2026-02-22  1:34   ` David Zang
2026-02-05 13:55 ` [PATCH v1 09/12] cpu: imx952: Add i.MX952 support alice.guo
2026-02-06  0:46   ` Peng Fan
2026-02-05 13:55 ` [PATCH v1 10/12] dts: upstream: arm64: freescale: Sync i.MX952 device tree from Linux alice.guo
2026-02-05 15:38   ` Tom Rini
2026-02-09 10:34     ` 回复: " Alice Guo (OSS)
2026-02-09 14:03       ` Tom Rini [this message]
2026-02-05 13:55 ` [PATCH v1 11/12] arm: dts: Add U-Boot device tree for i.MX952 EVK alice.guo
2026-02-06  0:51   ` Peng Fan
2026-02-06  1:27     ` Tom Rini
2026-02-05 13:55 ` [PATCH v1 12/12] board: nxp: imx952_evk: Add i.MX952 15x15 lpddr4x board support alice.guo
2026-02-05 15:45   ` Tom Rini
2026-02-06  1:24   ` Peng Fan

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=20260209140354.GD2603314@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=aford173@gmail.com \
    --cc=alice.guo@nxp.com \
    --cc=alice.guo@oss.nxp.com \
    --cc=andrew.goodbody@linaro.org \
    --cc=davidzangcs@gmail.com \
    --cc=fedor.ross@ifm.com \
    --cc=festevam@gmail.com \
    --cc=frank.li@nxp.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=ji.luo@nxp.com \
    --cc=jindong.yue@nxp.com \
    --cc=joao.goncalves@toradex.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=marex@nabladev.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=peng.fan@nxp.com \
    --cc=ping.bai@nxp.com \
    --cc=qijian.guo@nxp.com \
    --cc=ranjani.vaidyanathan@nxp.com \
    --cc=ravi@prevas.dk \
    --cc=sbabic@nabladev.com \
    --cc=semen.protsenko@linaro.org \
    --cc=sumit.garg@kernel.org \
    --cc=sumit.garg@oss.qualcomm.com \
    --cc=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=valentin.caron@foss.st.com \
    --cc=vinh.nguyen.xz@renesas.com \
    --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