Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: nxp: imx6ul: correct SAI3 interrupt line

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>

authored by

Maarten Zanders and committed by
Shawn Guo
1b033463 5b6677d6

+1 -1
+1 -1
arch/arm/boot/dts/nxp/imx/imx6ul.dtsi
··· 339 339 #sound-dai-cells = <0>; 340 340 compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai"; 341 341 reg = <0x02030000 0x4000>; 342 - interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; 342 + interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; 343 343 clocks = <&clks IMX6UL_CLK_SAI3_IPG>, 344 344 <&clks IMX6UL_CLK_SAI3>, 345 345 <&clks IMX6UL_CLK_DUMMY>, <&clks IMX6UL_CLK_DUMMY>;