]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: nxp: imx6ul: correct SAI3 interrupt line
authorMaarten Zanders <maarten@zanders.be>
Fri, 24 Oct 2025 14:21:06 +0000 (16:21 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Nov 2025 09:46:32 +0000 (17:46 +0800)
The i.MX6UL reference manual lists two possible interrupt lines for
SAI3 (56 and 57, offset +32). The current device tree entry uses
the first one (24), which prevents IRQs from being handled properly.

Use the second interrupt line (25), which does allow interrupts
to work as expected.

Fixes: 36e2edf6ac07 ("ARM: dts: imx6ul: add sai support")
Signed-off-by: Maarten Zanders <maarten@zanders.be>
Cc: stable@vger.kernel.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6ul.dtsi

index 6de224dd2bb9484711680c4bd7faa16c3d8011c9..6eb80f867f501c2b36c5daf096ca39f175b55fe1 100644 (file)
                                        #sound-dai-cells = <0>;
                                        compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai";
                                        reg = <0x02030000 0x4000>;
-                                       interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
+                                       interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
                                        clocks = <&clks IMX6UL_CLK_SAI3_IPG>,
                                                 <&clks IMX6UL_CLK_SAI3>,
                                                 <&clks IMX6UL_CLK_DUMMY>, <&clks IMX6UL_CLK_DUMMY>;