]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM i.MX53: tqma53: Fix interrupt polarity for the mc34708
authorSascha Hauer <s.hauer@pengutronix.de>
Tue, 4 Jun 2013 09:12:27 +0000 (11:12 +0200)
committerShawn 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

index 38bed3ed7c1a169d3874d9a5721bb18e6f668da0..3b2eb7dd97ae06d3c4b8d69d2428ae9fb8202950 100644 (file)
                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 {