ARM: sun7i: dt: Fix interrupt trigger types
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 1 Feb 2014 15:46:16 +0000 (16:46 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 7 Feb 2014 21:30:02 +0000 (22:30 +0100)
commit2f41898704d3cff796ea0adaea272808707d758e
tree2710c9920795784ebec60546d3b07b92430d41b3
parent38dbfb59d1175ef458d006556061adeaa8751b72
ARM: sun7i: dt: Fix interrupt trigger types

The Allwinner A20 uses the ARM GIC as its internal interrupts controller. The
GIC can work on several interrupt triggers, and the A20 was actually setting it
up to use a rising edge as a trigger, while it was actually a level high
trigger, leading to some interrupts that would be completely ignored if the
edge was missed.

Fix this for the remaining DT nodes that slipped through.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: stable@vger.kernel.org
arch/arm/boot/dts/sun7i-a20.dtsi