diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-06-04 05:12:27 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 04:04:25 -0400 |
commit | 1aa6f57defea46df1c09dd5f067ddbca0a148e8b (patch) | |
tree | c574acbc19ccb9e959ba945534dbee2c1a2f7678 | |
parent | c05c1bf5739cb7adaa955503fc819d077bc46d25 (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>
-rw-r--r-- | arch/arm/boot/dts/imx53-tqma53.dtsi | 2 |
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 @@ | |||
149 | reg = <0x8>; | 149 | reg = <0x8>; |
150 | fsl,mc13xxx-uses-rtc; | 150 | fsl,mc13xxx-uses-rtc; |
151 | interrupt-parent = <&gpio2>; | 151 | interrupt-parent = <&gpio2>; |
152 | interrupts = <6 8>; /* PDATA_DATA6, low active */ | 152 | interrupts = <6 4>; /* PATA_DATA6, active high */ |
153 | }; | 153 | }; |
154 | 154 | ||
155 | sensor1: lm75@48 { | 155 | sensor1: lm75@48 { |