ARM: shmobile: sh73a0 dtsi: Set control-parent for all irqpin nodes
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 6 Jan 2015 19:42:04 +0000 (20:42 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 23 Feb 2015 21:30:36 +0000 (06:30 +0900)
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>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/sh73a0.dtsi

index 2dfd5b44255de147e11f2c36c2b9cc5f7e9f3793..076708797ef67b91cc9f8d9d1e701cf396608160 100644 (file)
@@ -94,6 +94,7 @@
                              0 6 IRQ_TYPE_LEVEL_HIGH
                              0 7 IRQ_TYPE_LEVEL_HIGH
                              0 8 IRQ_TYPE_LEVEL_HIGH>;
+               control-parent;
        };
 
        irqpin1: irqpin@e6900004 {
                              0 22 IRQ_TYPE_LEVEL_HIGH
                              0 23 IRQ_TYPE_LEVEL_HIGH
                              0 24 IRQ_TYPE_LEVEL_HIGH>;
+               control-parent;
        };
 
        irqpin3: irqpin@e690000c {
                              0 30 IRQ_TYPE_LEVEL_HIGH
                              0 31 IRQ_TYPE_LEVEL_HIGH
                              0 32 IRQ_TYPE_LEVEL_HIGH>;
+               control-parent;
        };
 
        i2c0: i2c@e6820000 {