2019-01-25 18:13:27

by Paul Cercueil

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

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

Signed-off-by: Paul Cercueil <[email protected]>
---
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



2019-01-25 19:17:43

by Paul Burton

[permalink] [raw]
Subject: Re: [PATCH] MIPS: DTS: jz4740: Correct interrupt number of DMA core

Hello,

Paul Cercueil wrote:
> The interrupt number set in the devicetree node of the DMA driver was
> wrong.
>
> Signed-off-by: Paul Cercueil <[email protected]>

Applied to mips-fixes.

Thanks,
Paul

[ This message was auto-generated; if you believe anything is incorrect
then please email [email protected] to report it. ]