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>
This commit is contained in:
parent
22106c1125
commit
d8bd673174
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
aux-button {
|
aux-button {
|
||||||
label = "aux";
|
label = "aux";
|
||||||
linux,code = <169>;
|
linux,code = <169>;
|
||||||
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
|
||||||
gpio-key,wakeup;
|
gpio-key,wakeup;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue