On Sun, Jan 12, 2025 at 12:27:44PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > 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@xxxxxxx> Applied, thanks!