]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: armadillo-reference: Use low level IRQ for ST1231
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 19 Nov 2013 12:59:49 +0000 (13:59 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:27:14 +0000 (17:27 +0900)
The device is configured to generate an active-low interrupt signal that
needs to be acknowledged by the host. Configure the IRQ to trigger on
low level.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts

index aef425faf73100a855b3abc8e74c6a11781922ca..7b80f19129e3f4301a9760dc5f1fabb83ec6291c 100644 (file)
@@ -95,7 +95,7 @@
                compatible = "sitronix,st1232";
                reg = <0x55>;
                interrupt-parent = <&irqpin1>;
-               interrupts = <2 IRQ_TYPE_NONE>; /* IRQ10: hwirq 2 on irqpin1 */
+               interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
                pinctrl-0 = <&st1232_pins>;
                pinctrl-names = "default";
                gpios = <&pfc 166 GPIO_ACTIVE_LOW>;