[PATCH 0/8] ARM: dts: imx28: cleanup all CHECK_DTBS warnings for imx23 and imx28

Frank Li posted 8 patches 1 month, 2 weeks ago
arch/arm/boot/dts/nxp/mxs/imx23-olinuxino.dts      |  2 +-
arch/arm/boot/dts/nxp/mxs/imx23.dtsi               |  8 +--
arch/arm/boot/dts/nxp/mxs/imx28-apf28.dts          | 64 +++++++++++++---------
arch/arm/boot/dts/nxp/mxs/imx28-apf28dev.dts       |  2 +-
arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts     |  2 +-
arch/arm/boot/dts/nxp/mxs/imx28-cfa10036.dts       |  2 +-
arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts       |  2 +-
arch/arm/boot/dts/nxp/mxs/imx28-cfa10055.dts       |  2 +-
arch/arm/boot/dts/nxp/mxs/imx28-cfa10056.dts       |  2 +-
arch/arm/boot/dts/nxp/mxs/imx28-duckbill-2-485.dts |  4 +-
.../boot/dts/nxp/mxs/imx28-duckbill-2-enocean.dts  |  6 +-
arch/arm/boot/dts/nxp/mxs/imx28-duckbill-2.dts     |  4 +-
arch/arm/boot/dts/nxp/mxs/imx28-duckbill.dts       |  4 +-
arch/arm/boot/dts/nxp/mxs/imx28-evk.dts            |  2 +-
arch/arm/boot/dts/nxp/mxs/imx28-m28.dtsi           |  2 -
arch/arm/boot/dts/nxp/mxs/imx28-m28cu3.dts         | 32 +++++++----
arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts           |  2 +-
arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts           | 15 +++--
arch/arm/boot/dts/nxp/mxs/imx28.dtsi               |  2 +-
19 files changed, 87 insertions(+), 72 deletions(-)
[PATCH 0/8] ARM: dts: imx28: cleanup all CHECK_DTBS warnings for imx23 and imx28
Posted by Frank Li 1 month, 2 weeks ago
Clean up all CHECK_DTBS warnings for imx23 and imx28.

66379a677ad41 ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206"
Not sure board use exact edt,edt-ft5206, but it is comaptible with
edt,edt-ft5306 and edt,edt-ft5406.

6346f7ecad97a ARM: dts: imx28-tx28: remove undocumented aliases
Not sure why set these mystery aliases.

Anyways, after these change, fix all CHECK_DTBS warnings.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Frank Li (8):
      ARM: dts: imx23/28: set #size-cells of NAND controller to 0
      ARM: dts: imx28: add nand@0 node and partitions
      ARM: dts: imx23: fix interrupt names for dma-controller@80024000
      ARM: dts: imx23/28: add "led-" prefix to LED subnodes
      ARM: dts: imx28: rename gpios-reset to reset-gpios of hx8357
      ARM: dts: imx28-sps1: remove undocumented fallback compatible "mr25h256"
      ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206"
      ARM: dts: imx28-tx28: remove undocumented aliases

 arch/arm/boot/dts/nxp/mxs/imx23-olinuxino.dts      |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx23.dtsi               |  8 +--
 arch/arm/boot/dts/nxp/mxs/imx28-apf28.dts          | 64 +++++++++++++---------
 arch/arm/boot/dts/nxp/mxs/imx28-apf28dev.dts       |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx28-apx4devkit.dts     |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx28-cfa10036.dts       |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx28-cfa10049.dts       |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx28-cfa10055.dts       |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx28-cfa10056.dts       |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx28-duckbill-2-485.dts |  4 +-
 .../boot/dts/nxp/mxs/imx28-duckbill-2-enocean.dts  |  6 +-
 arch/arm/boot/dts/nxp/mxs/imx28-duckbill-2.dts     |  4 +-
 arch/arm/boot/dts/nxp/mxs/imx28-duckbill.dts       |  4 +-
 arch/arm/boot/dts/nxp/mxs/imx28-evk.dts            |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx28-m28.dtsi           |  2 -
 arch/arm/boot/dts/nxp/mxs/imx28-m28cu3.dts         | 32 +++++++----
 arch/arm/boot/dts/nxp/mxs/imx28-sps1.dts           |  2 +-
 arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts           | 15 +++--
 arch/arm/boot/dts/nxp/mxs/imx28.dtsi               |  2 +-
 19 files changed, 87 insertions(+), 72 deletions(-)
---
base-commit: b9a67124977e281689c35e81f886dbfd45ec69b8
change-id: 20260211-imx28_dtb_warning-ef2a00b26137

Best regards,
--
Frank Li <Frank.Li@nxp.com>
Re: [PATCH 0/8] ARM: dts: imx28: cleanup all CHECK_DTBS warnings for imx23 and imx28
Posted by Frank Li 1 month ago
On Thu, 12 Feb 2026 11:19:42 -0500, Frank Li wrote:
> Clean up all CHECK_DTBS warnings for imx23 and imx28.
> 
> 66379a677ad41 ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206"
> Not sure board use exact edt,edt-ft5206, but it is comaptible with
> edt,edt-ft5306 and edt,edt-ft5406.
> 
> 6346f7ecad97a ARM: dts: imx28-tx28: remove undocumented aliases
> Not sure why set these mystery aliases.
> 
> [...]

Applied, thanks!

[1/8] ARM: dts: imx23/28: set #size-cells of NAND controller to 0
      (no commit info)
[2/8] ARM: dts: imx28: add nand@0 node and partitions
      (no commit info)
[3/8] ARM: dts: imx23: fix interrupt names for dma-controller@80024000
      (no commit info)
[4/8] ARM: dts: imx23/28: add "led-" prefix to LED subnodes
      (no commit info)
[5/8] ARM: dts: imx28: rename gpios-reset to reset-gpios of hx8357
      (no commit info)
[6/8] ARM: dts: imx28-sps1: remove undocumented fallback compatible "mr25h256"
      (no commit info)
[7/8] ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206"
      (no commit info)
[8/8] ARM: dts: imx28-tx28: remove undocumented aliases
      (no commit info)

Best regards,
--
Frank Li <Frank.Li@nxp.com>
Re: [PATCH 0/8] ARM: dts: imx28: cleanup all CHECK_DTBS warnings for imx23 and imx28
Posted by Frank Li 4 weeks, 1 day ago
On Mon, Mar 02, 2026 at 11:52:02AM -0500, Frank Li wrote:
>
> On Thu, 12 Feb 2026 11:19:42 -0500, Frank Li wrote:
> > Clean up all CHECK_DTBS warnings for imx23 and imx28.
> >
> > 66379a677ad41 ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206"
> > Not sure board use exact edt,edt-ft5206, but it is comaptible with
> > edt,edt-ft5306 and edt,edt-ft5406.
> >
> > 6346f7ecad97a ARM: dts: imx28-tx28: remove undocumented aliases
> > Not sure why set these mystery aliases.
> >
> > [...]
>
> Applied, thanks!
>
> [1/8] ARM: dts: imx23/28: set #size-cells of NAND controller to 0
>       (no commit info)
> [2/8] ARM: dts: imx28: add nand@0 node and partitions
>       (no commit info)

Drop both gpmi related patch because report similar problem at
https://lore.kernel.org/imx/aaWxiERQ4u6IhO7Q@lizhi-Precision-Tower-5810/T/#t

Frank

> [3/8] ARM: dts: imx23: fix interrupt names for dma-controller@80024000
>       (no commit info)
> [4/8] ARM: dts: imx23/28: add "led-" prefix to LED subnodes
>       (no commit info)
> [5/8] ARM: dts: imx28: rename gpios-reset to reset-gpios of hx8357
>       (no commit info)
> [6/8] ARM: dts: imx28-sps1: remove undocumented fallback compatible "mr25h256"
>       (no commit info)
> [7/8] ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206"
>       (no commit info)
> [8/8] ARM: dts: imx28-tx28: remove undocumented aliases
>       (no commit info)
>
> Best regards,
> --
> Frank Li <Frank.Li@nxp.com>
>