projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c05c1bf
)
ARM i.MX53: tqma53: Fix interrupt polarity for the mc34708
author
Sascha Hauer
<s.hauer@pengutronix.de>
Tue, 4 Jun 2013 09:12:27 +0000
(11:12 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:25 +0000
(16:04 +0800)
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>
arch/arm/boot/dts/imx53-tqma53.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx53-tqma53.dtsi
b/arch/arm/boot/dts/imx53-tqma53.dtsi
index
38bed3e
..
3b2eb7d
100644
(file)
--- 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 {