Commit 1aa6f57d authored by Sascha Hauer's avatar Sascha Hauer Committed by Shawn Guo
Browse files

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



It's active high, not active low.

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent c05c1bf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {