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