Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Li <Frank.li@nxp.com>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Shawn Guo <shawnguo@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, imx@lists.linux.dev
Subject: Re: [PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning
Date: Mon, 25 Aug 2025 12:08:04 -0400	[thread overview]
Message-ID: <aKyKZM5TRdZ392pI@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <6192530.lOV4Wx5bFT@steina-w>

On Mon, Aug 25, 2025 at 08:30:17AM +0200, Alexander Stein wrote:
> Hi Frank,
> Am Freitag, 22. August 2025, 16:49:57 CEST schrieb Frank Li:
> > clean up most ls1021a CHECK_DTB warning.
> >
> > Old uboot check esdhc@1560000. The new uboot already switch to check both
> > esdhc@1560000 and mmc@1560000. So we can rename it now.
>
> Please be aware you are not the only vendor. Do you have a link for
> the corresponding change, so other can easily keep up?

https://github.com/nxp-imx/uboot-imx/commit/83862cd15951489d0eb75a1fa6d0e757142e3ce9

ARM64 platfrom already change to mmc@* for a whole.

Frank


>
> Best regards,
> Alexander
>
> >
> > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> > ---
> > Changes in v3:
> > - rebase guoshawn/imx/dt tree. Remove patches that were already merged.
> > - Link to v2: https://lore.kernel.org/r/20250820-ls1021a_dts_warning-v2-0-2e39648a32b7@nxp.com
> >
> > Changes in v2:
> > - squash rename to flash patches
> > - remove duplicate patches already post in
> > https://lore.kernel.org/linux-devicetree/20250725061339.266125-1-alexander.stein@ew.tq-group.com/
> > - Link to v1: https://lore.kernel.org/r/20250818-ls1021a_dts_warning-v1-0-7a79b6b4a0e2@nxp.com
> >
> > ---
> > Frank Li (4):
> >       ARM: dts: ls1021a: Rename node name nor to flash
> >       ARM: dts: ls1021a: Rename 'mdio-mux-emi1' to 'mdio-mux@54'
> >       ARM: dts: ls1021a: Rename esdhc@1560000 to mmc@1560000
> >       ARM: dts: ls1021a-tsn: Remove redundant #address-cells for ethernet-switch@1
> >
> >  arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts | 8 ++++----
> >  arch/arm/boot/dts/nxp/ls/ls1021a-tsn.dts | 2 --
> >  arch/arm/boot/dts/nxp/ls/ls1021a-twr.dts | 2 +-
> >  arch/arm/boot/dts/nxp/ls/ls1021a.dtsi    | 2 +-
> >  4 files changed, 6 insertions(+), 8 deletions(-)
> > ---
> > base-commit: 75ad5f47c58aee30248d294a58c8ee52e079a8e3
> > change-id: 20250818-ls1021a_dts_warning-fff933bd83da
> >
> > Best regards,
> > --
> > Frank Li <Frank.Li@nxp.com>
> >
> >
> >
>
>
> --
> TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
> Amtsgericht München, HRB 105018
> Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
> http://www.tq-group.com/
>
>


  reply	other threads:[~2025-08-25 17:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-22 14:49 [PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning Frank Li
2025-08-22 14:49 ` [PATCH v3 1/4] ARM: dts: ls1021a: Rename node name nor to flash Frank Li
2025-08-22 14:49 ` [PATCH v3 2/4] ARM: dts: ls1021a: Rename 'mdio-mux-emi1' to 'mdio-mux@54' Frank Li
2025-08-22 14:50 ` [PATCH v3 3/4] ARM: dts: ls1021a: Rename esdhc@1560000 to mmc@1560000 Frank Li
2025-08-22 14:50 ` [PATCH v3 4/4] ARM: dts: ls1021a-tsn: Remove redundant #address-cells for ethernet-switch@1 Frank Li
2025-08-25  6:30 ` [PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning Alexander Stein
2025-08-25 16:08   ` Frank Li [this message]
2025-08-28 14:07 ` Alexander Stein
2025-09-01  4:10 ` Peng Fan
2025-09-11  0:49 ` Shawn 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=aKyKZM5TRdZ392pI@lizhi-Precision-Tower-5810 \
    --to=frank.li@nxp.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=imx@lists.linux.dev \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=shawnguo@kernel.org \
    /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