summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx53-tqma53.dtsi
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-04 11:12:27 +0200
committerShawn Guo <shawn.guo@linaro.org>2013-06-17 16:04:25 +0800
commit1aa6f57defea46df1c09dd5f067ddbca0a148e8b (patch)
treec574acbc19ccb9e959ba945534dbee2c1a2f7678 /arch/arm/boot/dts/imx53-tqma53.dtsi
parentc05c1bf5739cb7adaa955503fc819d077bc46d25 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tqma53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53-tqma53.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tqma53.dtsi b/arch/arm/boot/dts/imx53-tqma53.dtsi
index 38bed3ed7c1a..3b2eb7dd97ae 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 {