[PATCH 1/2] ARM: dts: imx5: Fix the CCM interrupts description

Rob Herring (Arm) robh at kernel.org
Mon Jan 13 07:26:04 PST 2025


On Sun, 12 Jan 2025 09:29:38 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
> 
> On the i.MX5 chips the peripheral interrupts are represented directly only
> by their interrupt numbers.
> 
> The CCM nodes are not following this format and cause the following
> dt-schema warnings:
> 
> ccm at 73fd4000: interrupts: [[0], [71], [4], [0], [72], [4]] is too long
> 
> Fix it by passing only the two interrupt numbers.
> 
> Run-time tested in on an imx53-qsb board.
> 
> Signed-off-by: Fabio Estevam <festevam at denx.de>
> ---
>  arch/arm/boot/dts/nxp/imx/imx50.dtsi | 2 +-
>  arch/arm/boot/dts/nxp/imx/imx51.dtsi | 2 +-
>  arch/arm/boot/dts/nxp/imx/imx53.dtsi | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/nxp/' for 20250112122939.988309-1-festevam at gmail.com:

arch/arm/boot/dts/nxp/vf/vf610-zii-cfu1.dtb: /soc/bus at 40000000/iomuxc at 40048000: failed to match any schema with compatible: ['fsl,vf610-iomuxc']
arch/arm/boot/dts/nxp/ls/ls1021a-tsn.dtb: /soc/ethernet at 2d90000: failed to match any schema with compatible: ['fsl,etsec2']
arch/arm/boot/dts/nxp/ls/ls1021a-qds.dtb: /soc/mdio at 2d24000: failed to match any schema with compatible: ['gianfar']
arch/arm/boot/dts/nxp/ls/ls1021a-qds.dtb: /soc/ethernet at 2d10000: failed to match any schema with compatible: ['fsl,etsec2']
arch/arm/boot/dts/nxp/imx/imx6qp-yapp4-pegasus-plus.dtb: /soc/bus at 2100000/vdoa at 21e4000: failed to match any schema with compatible: ['fsl,imx6q-vdoa']








More information about the linux-arm-kernel mailing list