Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: 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
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, imx@lists.linux.dev,
	Frank Li <Frank.Li@nxp.com>, Frank Li <Frank.Li@nxp.com>
Subject: Re: [PATCH 00/15] ARM: dts: clean up most ls1021a CHECK_DTB warning
Date: Tue, 19 Aug 2025 07:45:26 +0200	[thread overview]
Message-ID: <2800197.mvXUDI8C0e@steina-w> (raw)
In-Reply-To: <20250818-ls1021a_dts_warning-v1-0-7a79b6b4a0e2@nxp.com>

Hi Frank,

thanks for the series.
I've already sent a similar one at [1]. But I haven't check which are
duplicates and which are not.

Best regards
Alexander

Am Montag, 18. August 2025, 22:48:11 CEST schrieb Frank Li:
> clean up most ls1021a CHECK_DTB warning.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Frank Li (15):
>       ARM: dts: ls1021a: swap dma tx/rx channel to fix DTB_CHECK warning
>       ARM: dts: ls1021a: correct node name "timer0" to 'rtc' and remove reg-names
>       ARM: dts: ls1021a: remove redundant snps,host-vbus-glitches
>       ARM: dts: ls1021a: remove big-endian for memory-controller node
>       ARM: dts: ls1021a: Rename node name nor to flash
>       ARM: dts: ls1021a: Remove redundant #address-cells for queue-group@* of fsl,etsec2
>       ARM: dts: ls1021a: Rename esdhc@1560000 to mmc@1560000
>       ARM: dts: ls1021a: Rename node name power-controler to wakeup-controller
>       ARM: dts: ls1021a-qds: Rename node name at45db021d@0 to flash@0
>       ARM: dts: ls1021a: remove big-endian for mmc modes
>       ARM: dts: ls1021a: add fsl,ls1021a-wdt for watchdog node
>       ARM: dts: ls1021a-tsn: Remove redundant #address-cells for ethernet-switch@1
>       ARM: dts: ls1021a-tqmls1021a-mbls1021a-rgb-cdtech: Remove fallback compatible string edt,edt-ft5x06
>       ARM: dts: ls1021a-qads: Add fallback compatible string mdio-mux
>       ARM: dts: ls1021a-qds: rename 'nor' to 'flash' and 'mdio-mux-emi1' to 'mdio-mux@54'
> 
>  arch/arm/boot/dts/nxp/ls/ls1021a-qds.dts           |  8 ++---
>  ...1021a-tqmls1021a-mbls1021a-rgb-cdtech-dc44.dtso |  2 +-
>  ...1021a-tqmls1021a-mbls1021a-rgb-cdtech-fc21.dtso |  2 +-
>  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              | 38 ++++++----------------
>  6 files changed, 17 insertions(+), 37 deletions(-)
> ---
> base-commit: 3ede6e44fad31f1c80dd01188683f0caa0f19247
> 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/




      parent reply	other threads:[~2025-08-19  5:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-18 20:48 [PATCH 00/15] ARM: dts: clean up most ls1021a CHECK_DTB warning Frank Li
2025-08-18 20:48 ` [PATCH 01/15] ARM: dts: ls1021a: swap dma tx/rx channel to fix DTB_CHECK warning Frank Li
2025-08-18 20:48 ` [PATCH 02/15] ARM: dts: ls1021a: correct node name "timer0" to 'rtc' and remove reg-names Frank Li
2025-08-18 20:48 ` [PATCH 03/15] ARM: dts: ls1021a: remove redundant snps,host-vbus-glitches Frank Li
2025-08-18 20:48 ` [PATCH 04/15] ARM: dts: ls1021a: remove big-endian for memory-controller node Frank Li
2025-08-18 20:48 ` [PATCH 05/15] ARM: dts: ls1021a: Rename node name nor to flash Frank Li
2025-08-18 20:48 ` [PATCH 06/15] ARM: dts: ls1021a: Remove redundant #address-cells for queue-group@* of fsl,etsec2 Frank Li
2025-08-18 20:48 ` [PATCH 07/15] ARM: dts: ls1021a: Rename esdhc@1560000 to mmc@1560000 Frank Li
2025-08-18 20:48 ` [PATCH 08/15] ARM: dts: ls1021a: Rename node name power-controler to wakeup-controller Frank Li
2025-08-18 20:48 ` [PATCH 09/15] ARM: dts: ls1021a-qds: Rename node name at45db021d@0 to flash@0 Frank Li
2025-08-19  7:17   ` Krzysztof Kozlowski
2025-08-18 20:48 ` [PATCH 10/15] ARM: dts: ls1021a: remove big-endian for mmc modes Frank Li
2025-08-18 20:48 ` [PATCH 11/15] ARM: dts: ls1021a: add fsl,ls1021a-wdt for watchdog node Frank Li
2025-08-18 20:48 ` [PATCH 12/15] ARM: dts: ls1021a-tsn: Remove redundant #address-cells for ethernet-switch@1 Frank Li
2025-08-18 20:48 ` [PATCH 13/15] ARM: dts: ls1021a-tqmls1021a-mbls1021a-rgb-cdtech: Remove fallback compatible string edt,edt-ft5x06 Frank Li
2025-08-18 20:48 ` [PATCH 14/15] ARM: dts: ls1021a-qads: Add fallback compatible string mdio-mux Frank Li
2025-08-18 20:48 ` [PATCH 15/15] ARM: dts: ls1021a-qds: rename 'nor' to 'flash' and 'mdio-mux-emi1' to 'mdio-mux@54' Frank Li
2025-08-19  5:45 ` Alexander Stein [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=2800197.mvXUDI8C0e@steina-w \
    --to=alexander.stein@ew.tq-group.com \
    --cc=Frank.Li@nxp.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