Skip to content

Commit

Permalink
ARM: ux500: Change the type of interrupt to something compatible
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones committed Nov 1, 2012
1 parent 0563f63 commit 98c52c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stuib.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
stmpe1601: stmpe1601@40 {
compatible = "st,stmpe1601";
reg = <0x40>;
interrupts = <26 0x4>;
interrupts = <26 0x1>;
interrupt-parent = <&gpio6>;
interrupt-controller;

Expand Down

0 comments on commit 98c52c7

Please sign in to comment.