Browse Source

ARM: dts: omap3-gta04: Fix 'aux' gpio key flags.

It should be ACTIVE_HIGH.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
NeilBrown 11 years ago
parent
commit
d8bd673174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/omap3-gta04.dts

+ 1 - 1
arch/arm/boot/dts/omap3-gta04.dts

@@ -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;
 		};
 	};