From: Sascha Hauer <s.hauer@pengutronix.de>
Date: Tue, 4 Jun 2013 09:12:27 +0000 (+0200)
Subject: ARM i.MX53: tqma53: Fix interrupt polarity for the mc34708
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1aa6f57defea46df1c09dd5f067ddbca0a148e8b;p=linux.git

ARM i.MX53: tqma53: Fix interrupt polarity for the mc34708

It's active high, not active low.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---

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 {