SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: shmobile: sh73a0: Set control-parent for all irqpin nodes
@ 2014-12-18  2:26 Laurent Pinchart
  2014-12-18  3:17 ` Magnus Damm
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Laurent Pinchart @ 2014-12-18  2:26 UTC (permalink / raw)
  To: linux-sh

The sh73a0 INTC can't mask interrupts properly most likely due to a
hardware bug. Set the control-parent property to delegate masking to the
parent interrupt controller.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 arch/arm/boot/dts/sh73a0.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
index 5dae3d335a5d..2d2f0766a099 100644
--- a/arch/arm/boot/dts/sh73a0.dtsi
+++ b/arch/arm/boot/dts/sh73a0.dtsi
@@ -154,6 +154,7 @@
 		power-domains = <&pd_a4s>;
 		stop-latency = <250000>;
 		start-latency = <250000>;
+		control-parent;
 	};
 
 	irqpin1: irqpin@e6900004 {
@@ -201,6 +202,7 @@
 		power-domains = <&pd_a4s>;
 		stop-latency = <250000>;
 		start-latency = <250000>;
+		control-parent;
 	};
 
 	irqpin3: irqpin@e690000c {
@@ -224,6 +226,7 @@
 		power-domains = <&pd_a4s>;
 		stop-latency = <250000>;
 		start-latency = <250000>;
+		control-parent;
 	};
 
 	i2c0: i2c@e6820000 {
-- 
2.0.4


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

end of thread, other threads:[~2015-01-06 13:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18  2:26 [PATCH 1/4] ARM: shmobile: sh73a0: Set control-parent for all irqpin nodes Laurent Pinchart
2014-12-18  3:17 ` Magnus Damm
2014-12-18  3:24 ` Laurent Pinchart
2015-01-06 13:02 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox