1
0
Fork 0

ARM: tegra: colibri-eval: Fix power/wakeup key

Rather than a power key SODIMM pin 45 is actually used for wake-up
purposes which this patch fixes.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
hifive-unleashed-5.1
Marcel Ziswiler 2015-08-28 17:59:46 +02:00 committed by Thierry Reding
parent ccb43161b0
commit 3f5331324f
1 changed files with 3 additions and 3 deletions

View File

@ -137,10 +137,10 @@
gpio-keys {
compatible = "gpio-keys";
power {
label = "Power";
wakeup {
label = "SODIMM pin 45 wakeup";
gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_HIGH>;
linux,code = <KEY_POWER>;
linux,code = <KEY_WAKEUP>;
debounce-interval = <10>;
gpio-key,wakeup;
};