]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
MIPS: DTS: jz4740: Correct interrupt number of DMA core
authorPaul Cercueil <paul@crapouillou.net>
Fri, 25 Jan 2019 18:12:45 +0000 (15:12 -0300)
committerPaul Burton <paul.burton@mips.com>
Fri, 25 Jan 2019 19:16:33 +0000 (11:16 -0800)
The interrupt number set in the devicetree node of the DMA driver was
wrong.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
arch/mips/boot/dts/ingenic/jz4740.dtsi

index 6fb16fd240353aa733f2fec5178db98541184bcc..2beb78a62b7dc7e2f6f99c7afc82c788cc8b626e 100644 (file)
                #dma-cells = <2>;
 
                interrupt-parent = <&intc>;
-               interrupts = <29>;
+               interrupts = <20>;
 
                clocks = <&cgu JZ4740_CLK_DMA>;