提交 1aa6f57d 编写于 作者: S Sascha Hauer 提交者: Shawn Guo

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

It's active high, not active low.
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 c05c1bf5
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册