All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] ARM: shmobile: sh73a0: fix spurious irqpin interrupts in the DT case
@ 2013-07-22 16:21 Guennadi Liakhovetski
  0 siblings, 0 replies; only message in thread
From: Guennadi Liakhovetski @ 2013-07-22 16:21 UTC (permalink / raw)
  To: linux-sh

All 3 irqpin controllers require their interrupts to be masked on the
parent. This can be verified by booting a kzm9g board and looking at its
interrupt counts.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
---
 arch/arm/boot/dts/sh73a0.dtsi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
index 39183dd..005f3d4 100644
--- a/arch/arm/boot/dts/sh73a0.dtsi
+++ b/arch/arm/boot/dts/sh73a0.dtsi
@@ -97,6 +97,7 @@
 			      0 22 0x4
 			      0 23 0x4
 			      0 24 0x4>;
+		control-parent;
 	};
 
 	irqpin3: irqpin@e690000c {
@@ -117,6 +118,7 @@
 			      0 30 0x4
 			      0 31 0x4
 			      0 32 0x4>;
+		control-parent;
 	};
 
 	dmac: dma-multiplexer@0 {
-- 
1.7.2.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-22 16:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22 16:21 [PATCH v2 1/3] ARM: shmobile: sh73a0: fix spurious irqpin interrupts in the DT case Guennadi Liakhovetski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.