diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-10-24 12:21:35 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-11-01 13:02:26 +0100 |
commit | 98c52c7c676b047e67c235616cc3fefad05c04d4 (patch) | |
tree | 87942c63ef514ed0531a4e0783de31ae0bb992e7 /arch/arm/boot/dts/stuib.dtsi | |
parent | ARM: ux500: Add node for the MMC GPIO regulator (diff) | |
download | linux-98c52c7c676b047e67c235616cc3fefad05c04d4.tar.xz linux-98c52c7c676b047e67c235616cc3fefad05c04d4.zip |
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.dtsi | 2 |
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 @@ stmpe1601: stmpe1601@40 { compatible = "st,stmpe1601"; reg = <0x40>; - interrupts = <26 0x4>; + interrupts = <26 0x1>; interrupt-parent = <&gpio6>; interrupt-controller; |