summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrygorii Strashko <Grygorii.Strashko@linaro.org>2015-01-14 17:45:42 +0200
committerGrygorii Strashko <Grygorii.Strashko@linaro.org>2015-02-09 23:28:45 +0800
commite5f561a9f3005bc84b06f5458c85574a57268ea4 (patch)
tree539b4770b15cd47bb05481697c9e83c4faa84db7
parent822dd197affc8287b57b51e0013f0495b5a529eb (diff)
[boot-fix-hack-ti] ARM: dts: am57xx_beagle_x15: correct irq type for mcp7941x
First, ARM gic don't support IRQ trigger type IRQ_TYPE_LEVEL_LOW Second, due to hw issue this IRQ line kept Hi all the time which leads to IRQ flooding from mcp7941x device. Fix it by switching to use IRQ_TYPE_EDGE_RISING. Signed-off-by: Grygorii Strashko <Grygorii.Strashko@linaro.org>
-rw-r--r--arch/arm/boot/dts/am57xx-beagle-x15.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts
index 506162dce9b..f25bc31c756 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15.dts
+++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts
@@ -666,7 +666,7 @@
pinctrl-0 = <&mcp79410_pins_default>;
/* Rev A1 */
- interrupts-extended = <&gic GIC_SPI 2 IRQ_TYPE_LEVEL_LOW
+ interrupts-extended = <&gic GIC_SPI 2 IRQ_TYPE_EDGE_RISING
&dra7_pmx_core 0x424>;
wakeup-source;
};