[PATCH] MIPS: DTS: jz4740: Correct interrupt number of DMA core

From: Paul Cercueil
Date: Fri Jan 25 2019 - 13:13:01 EST


The interrupt number set in the devicetree node of the DMA driver was
wrong.

Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
---
arch/mips/boot/dts/ingenic/jz4740.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/boot/dts/ingenic/jz4740.dtsi b/arch/mips/boot/dts/ingenic/jz4740.dtsi
index 6fb16fd24035..2beb78a62b7d 100644
--- a/arch/mips/boot/dts/ingenic/jz4740.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4740.dtsi
@@ -161,7 +161,7 @@
#dma-cells = <2>;

interrupt-parent = <&intc>;
- interrupts = <29>;
+ interrupts = <20>;

clocks = <&cgu JZ4740_CLK_DMA>;

--
2.11.0