]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: dts: imx5: Fix the CCM interrupts description
authorFabio Estevam <festevam@denx.de>
Sun, 12 Jan 2025 15:27:44 +0000 (12:27 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Feb 2025 10:01:17 +0000 (18:01 +0800)
commit9c9b2d86a642a83ade5ea4df2bceb4d568e3e9e3
tree4bbaf4da9c1fbc9c7e70ee7fe0e824f6d0fbf58d
parentbb93ead69410a8096b3e33d197eb26e003abb0dc
ARM: dts: imx5: Fix the CCM interrupts description

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@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@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx50.dtsi
arch/arm/boot/dts/nxp/imx/imx51.dtsi
arch/arm/boot/dts/nxp/imx/imx53.dtsi