public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sumit Garg <sumit.garg@kernel.org>
To: Tom Rini <trini@konsulko.com>
Cc: "Fabio Estevam" <festevam@gmail.com>,
	alice.guo@oss.nxp.com, "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	u-boot@lists.denx.de, "Stefano Babic" <sbabic@nabladev.com>,
	"Peng Fan" <peng.fan@nxp.com>, "Ye Li" <ye.li@nxp.com>,
	"Ji Luo" <ji.luo@nxp.com>,
	"Ranjani Vaidyanathan" <ranjani.vaidyanathan@nxp.com>,
	"Marek Vasut" <marek.vasut+renesas@mailbox.org>,
	"Rasmus Villemoes" <ravi@prevas.dk>,
	"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>,
	"Jacky Bai" <ping.bai@nxp.com>,
	"Sam Protsenko" <semen.protsenko@linaro.org>,
	"Frank Li" <Frank.Li@nxp.com>,
	"Niko Mauno" <niko.mauno@vaisala.com>,
	"Adam Ford" <aford173@gmail.com>,
	"Joseph Guo" <qijian.guo@nxp.com>,
	"Frieder Schrempf" <frieder.schrempf@kontron.de>,
	"David Zang" <davidzangcs@gmail.com>,
	"Andrew Goodbody" <andrew.goodbody@linaro.org>,
	"Fedor Ross" <fedor.ross@ifm.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Marek Vasut" <marex@nabladev.com>,
	"Sumit Garg" <sumit.garg@oss.qualcomm.com>,
	"Primoz Fiser" <primoz.fiser@norik.com>,
	"Simon Glass" <sjg@chromium.org>, "Alice Guo" <alice.guo@nxp.com>
Subject: Re: [PATCH v3 11/13] arm64: dts: freescale: Add i.MX952 EVK basic device tree
Date: Thu, 12 Mar 2026 14:48:34 +0530	[thread overview]
Message-ID: <abKE6hcrcPGew977@sumit-xelite> (raw)
In-Reply-To: <20260305150634.GF1388590@bill-the-cat>

On Thu, Mar 05, 2026 at 09:06:34AM -0600, Tom Rini wrote:
> On Thu, Mar 05, 2026 at 11:00:11AM -0300, Fabio Estevam wrote:
> > Hi Alice,
> > 
> > On Mon, Mar 2, 2026 at 3:41 AM <alice.guo@oss.nxp.com> wrote:
> > >
> > > From: Peng Fan <peng.fan@nxp.com>
> > >
> > > Add i.MX952 EVK basic device tree, with UART1, SDHC[1,2] supported.
> > >
> > > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > > Signed-off-by: Shawn Guo <shawnguo@kernel.org>
> > >
> > > [ upstream commit: a5aa8551d0046ec701e8962f83361165ccf640a4 ]
> > >
> > > (cherry picked from commit bf18a0f083bdf73f806a3afb9b606b2cb0fcafb3)
> > > ---
> > >  dts/upstream/src/arm64/freescale/imx952-evk.dts | 217 ++++++++++++++++++++++++
> > >  1 file changed, 217 insertions(+)
> > 
> > Shouldn't we add this temporarily to arch/arm/dts instead?
> > 
> > Then, when it reaches dts/upstream, we can move to OF_UPSTREAM.
> > 
> > Tom, what is your preference?
> 
> This was a correctly done cherry-pick with our script
> (bf18a0f083bdf73f806a3afb9b606b2cb0fcafb3 is the commit in
> devicetree-rebasing) and may go in dts/upstream.

Yeah we should rather motivate people to do proper cherry picks rather
than patching arch/arm/dts since one would then have to undo arch/arm/dts
once the DT is synced again.

-Sumit

  reply	other threads:[~2026-03-12 12:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-02  5:20 [PATCH v3 00/13] imx: add i.MX952 support alice.guo
2026-03-02  5:20 ` [PATCH v3 01/13] imx9: scmi: Get DDR size through SM SCMI API alice.guo
2026-03-02  5:20 ` [PATCH v3 02/13] imx95/imx94: Remove board_phys_sdram_size from each board alice.guo
2026-03-02  5:20 ` [PATCH v3 03/13] pinctrl: nxp: Add i.MX952 support alice.guo
2026-03-02  5:20 ` [PATCH v3 04/13] arm: imx: Add i.MX952 CPU type support alice.guo
2026-03-02  5:20 ` [PATCH v3 05/13] imx: ele_ahab: Add i.MX952 support to display_life_cycle() alice.guo
2026-03-02  5:20 ` [PATCH v3 06/13] imx: container: Add i.MX952 support to get_imageset_end() alice.guo
2026-03-02  5:20 ` [PATCH v3 07/13] arm: imx9: Add i.MX952 SoC support alice.guo
2026-03-02  5:20 ` [PATCH v3 08/13] cpu: imx952: Add i.MX952 support alice.guo
2026-03-02  5:20 ` [PATCH v3 09/13] arm: imx9: Keep WDG3/WDG4 untouched for i.MX952 alice.guo
2026-03-02  5:20 ` [PATCH v3 10/13] arm64: dts: freescale: Add initial device tree " alice.guo
2026-03-02  5:20 ` [PATCH v3 11/13] arm64: dts: freescale: Add i.MX952 EVK basic device tree alice.guo
2026-03-05 14:00   ` Fabio Estevam
2026-03-05 15:06     ` Tom Rini
2026-03-12  9:18       ` Sumit Garg [this message]
2026-03-02  5:20 ` [PATCH v3 12/13] arm: dts: Add U-Boot device tree for i.MX952 EVK alice.guo
2026-03-02  5:20 ` [PATCH v3 13/13] board: nxp: imx952_evk: Add i.MX952 15x15 lpddr4x board support alice.guo

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=abKE6hcrcPGew977@sumit-xelite \
    --to=sumit.garg@kernel.org \
    --cc=Frank.Li@nxp.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=frieder.schrempf@kontron.de \
    --cc=ji.luo@nxp.com \
    --cc=joao.goncalves@toradex.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=marex@nabladev.com \
    --cc=niko.mauno@vaisala.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=peng.fan@nxp.com \
    --cc=ping.bai@nxp.com \
    --cc=primoz.fiser@norik.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=shawnguo@kernel.org \
    --cc=sjg@chromium.org \
    --cc=sumit.garg@oss.qualcomm.com \
    --cc=trini@konsulko.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