linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: DTS: jz4740: Correct interrupt number of DMA core
@ 2019-01-25 18:12 Paul Cercueil
  2019-01-25 19:17 ` Paul Burton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Cercueil @ 2019-01-25 18:12 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Ralf Baechle, Paul Burton, James Hogan
  Cc: devicetree, linux-mips, linux-kernel, Paul Cercueil

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

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: DTS: jz4740: Correct interrupt number of DMA core
  2019-01-25 18:12 [PATCH] MIPS: DTS: jz4740: Correct interrupt number of DMA core Paul Cercueil
@ 2019-01-25 19:17 ` Paul Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Burton @ 2019-01-25 19:17 UTC (permalink / raw)
  To: Paul Cercueil
  Cc: Rob Herring, Mark Rutland, Ralf Baechle, Paul Burton,
	James Hogan, devicetree, linux-mips, linux-kernel, Paul Cercueil,
	linux-mips

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. ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-25 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 18:12 [PATCH] MIPS: DTS: jz4740: Correct interrupt number of DMA core Paul Cercueil
2019-01-25 19:17 ` Paul Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).