aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/stuib.dtsi
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-10-24 06:21:35 -0400
committerLee Jones <lee.jones@linaro.org>2012-11-01 08:02:26 -0400
commit98c52c7c676b047e67c235616cc3fefad05c04d4 (patch)
tree87942c63ef514ed0531a4e0783de31ae0bb992e7 /arch/arm/boot/dts/stuib.dtsi
parent0563f638f052185ea45441b5e7ec06a90e4e7837 (diff)
ARM: ux500: Change the type of interrupt to something compatible
On boot the Nomadik GPIO controller complains that an IRQ can't be configured as active high level-sensitive, so this patch converts it to be low-to-high edge triggered instead. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/stuib.dtsi')
-rw-r--r--arch/arm/boot/dts/stuib.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stuib.dtsi b/arch/arm/boot/dts/stuib.dtsi
index 6c7e492f220b..39446a247e79 100644
--- a/arch/arm/boot/dts/stuib.dtsi
+++ b/arch/arm/boot/dts/stuib.dtsi
@@ -15,7 +15,7 @@
15 stmpe1601: stmpe1601@40 { 15 stmpe1601: stmpe1601@40 {
16 compatible = "st,stmpe1601"; 16 compatible = "st,stmpe1601";
17 reg = <0x40>; 17 reg = <0x40>;
18 interrupts = <26 0x4>; 18 interrupts = <26 0x1>;
19 interrupt-parent = <&gpio6>; 19 interrupt-parent = <&gpio6>;
20 interrupt-controller; 20 interrupt-controller;
21 21