diff mbox series

MIPS: DTS: jz4740: Correct interrupt number of DMA core

Message ID 20190125181245.9966-1-paul@crapouillou.net (mailing list archive)
State Mainlined
Commit 70999ec1c9d3f783a7232973cfc26971e5732758
Headers show
Series MIPS: DTS: jz4740: Correct interrupt number of DMA core | expand

Commit Message

Paul Cercueil Jan. 25, 2019, 6:12 p.m. UTC
The interrupt number set in the devicetree node of the DMA driver was
wrong.

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

Comments

Paul Burton Jan. 25, 2019, 7:17 p.m. UTC | #1
Hello,

Paul Cercueil wrote:
> The interrupt number set in the devicetree node of the DMA driver was
> wrong.
> 
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>

Applied to mips-fixes.

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]
diff mbox series

Patch

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>;