From: Sascha Hauer Date: Tue, 4 Jun 2013 09:12:27 +0000 (+0200) Subject: ARM i.MX53: tqma53: Fix interrupt polarity for the mc34708 X-Git-Tag: kvm-3.11-2~49^2~9^2~33 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1aa6f57defea46df1c09dd5f067ddbca0a148e8b;p=users%2Fdwmw2%2Flinux.git ARM i.MX53: tqma53: Fix interrupt polarity for the mc34708 It's active high, not active low. Signed-off-by: Sascha Hauer Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53-tqma53.dtsi b/arch/arm/boot/dts/imx53-tqma53.dtsi index 38bed3ed7c1a1..3b2eb7dd97ae0 100644 --- a/arch/arm/boot/dts/imx53-tqma53.dtsi +++ b/arch/arm/boot/dts/imx53-tqma53.dtsi @@ -149,7 +149,7 @@ reg = <0x8>; fsl,mc13xxx-uses-rtc; interrupt-parent = <&gpio2>; - interrupts = <6 8>; /* PDATA_DATA6, low active */ + interrupts = <6 4>; /* PATA_DATA6, active high */ }; sensor1: lm75@48 {