[PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning

Frank Li posted 4 patches 1 month, 1 week ago
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(-)
[PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning
Posted by Frank Li 1 month, 1 week ago
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.

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>
Re: [PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning
Posted by Shawn Guo 3 weeks, 1 day ago
On Fri, Aug 22, 2025 at 10:49:57AM -0400, Frank Li wrote:
> 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

Applied all, thanks!
Re: [PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning
Posted by Peng Fan 1 month ago
On Fri, Aug 22, 2025 at 10:49:57AM -0400, Frank Li wrote:
>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.
>
>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
>


Reviewed-by: Peng Fan <peng.fan@nxp.com>
Re: [PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning
Posted by Alexander Stein 1 month ago
Hi,

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.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

For the whole series:
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.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/
Re: [PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning
Posted by Alexander Stein 1 month, 1 week ago
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?

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/
Re: [PATCH v3 0/4] ARM: dts: clean up most ls1021a CHECK_DTB warning
Posted by Frank Li 1 month, 1 week ago
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/
>
>