]> Pileus Git - ~andy/linux/commitdiff
ARM: dts: omap3-gta04: Fix 'aux' gpio key flags.
authorNeilBrown <neilb@suse.de>
Sat, 25 Jan 2014 21:28:55 +0000 (22:28 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Feb 2014 23:07:06 +0000 (15:07 -0800)
It should be ACTIVE_HIGH.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dts

index 7a8e37de51b8767fab1967640ca0bf29e7043f2a..81e0bb477bcd0c917e2169cd68188e5659f0a918 100644 (file)
@@ -32,7 +32,7 @@
                aux-button {
                        label = "aux";
                        linux,code = <169>;
-                       gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
                        gpio-key,wakeup;
                };
        };