Commit d8bd6731 authored by NeilBrown's avatar NeilBrown Committed by Tony Lindgren

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

It should be ACTIVE_HIGH.
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 22106c11
......@@ -32,7 +32,7 @@ gpio-keys {
aux-button {
label = "aux";
linux,code = <169>;
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
gpio-key,wakeup;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment