aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-08-28 08:42:36 -0400
committerThierry Reding <treding@nvidia.com>2015-09-15 05:22:38 -0400
commit21db15df49e9095326ce672209ec47c022105422 (patch)
treee91e433cf1ca8231283d35c13f17eaefd46ad168
parent9ecf78c277ab721f793cccc84312d7f55011b40c (diff)
ARM: tegra: apalis-eval: Fix power/wakeup key
Rather than a power key, WAKE1_MICO is actually a standard Apalis MXM3 pin 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>
-rw-r--r--arch/arm/boot/dts/tegra30-apalis-eval.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra30-apalis-eval.dts b/arch/arm/boot/dts/tegra30-apalis-eval.dts
index c832c157f76a..f2879cfcca62 100644
--- a/arch/arm/boot/dts/tegra30-apalis-eval.dts
+++ b/arch/arm/boot/dts/tegra30-apalis-eval.dts
@@ -191,10 +191,10 @@
191 gpio-keys { 191 gpio-keys {
192 compatible = "gpio-keys"; 192 compatible = "gpio-keys";
193 193
194 power { 194 wakeup {
195 label = "Power"; 195 label = "WAKE1_MICO";
196 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_LOW>; 196 gpios = <&gpio TEGRA_GPIO(V, 1) GPIO_ACTIVE_LOW>;
197 linux,code = <KEY_POWER>; 197 linux,code = <KEY_WAKEUP>;
198 debounce-interval = <10>; 198 debounce-interval = <10>;
199 gpio-key,wakeup; 199 gpio-key,wakeup;
200 }; 200 };