From: Joseph Lo Date: Thu, 1 Aug 2013 09:37:45 +0000 (+0800) Subject: ARM: tegra: dalmore: fix the irq trigger type of Palmas MFD device X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eca8f98e404934027f84f72882c5e92ffbd9e5f5;p=deliverable%2Flinux.git ARM: tegra: dalmore: fix the irq trigger type of Palmas MFD device The IRQ trigger type of Palmas MFD device (tps65913) is designed as low-level sensitive on Dalmore. The wrong configuration would cause an interrupt storm when booting the system. Fixing it in DT with appropriate interrupt type. Cc: Laxman Dewangan Signed-off-by: Joseph Lo Signed-off-by: Stephen Warren --- diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 2bfeb89a38c5..b5a42f01b907 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -840,7 +840,7 @@ palmas: tps65913 { compatible = "ti,palmas"; reg = <0x58>; - interrupts = <0 86 0x4>; + interrupts = <0 86 IRQ_TYPE_LEVEL_LOW>; #interrupt-cells = <2>; interrupt-controller;