aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20-ventana.dts
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-12-02 08:09:57 -0500
committerStephen Warren <swarren@nvidia.com>2013-12-16 16:09:20 -0500
commit6bccbd5e18f65ca57b509ad25c9a8b0ad208627e (patch)
treea28f76d51f62232ac6c8305b9a2773bf2427b7b9 /arch/arm/boot/dts/tegra20-ventana.dts
parente013485d12456e83838687cb779aebf366fd4fa1 (diff)
ARM: tegra: convert device tree files to use key defines
Use key code macros for all key code refernced for keys. For tegra20-seaboard.dts and tegra20-harmony.dts: The key comment for key (16th row and 1st column) is KEY_KPSLASH but code is 0x004e which is the key code for KEY_KPPLUS. As there other key exist with KY_KPPLUS, I am assuming key code is wrong and comment is fine. With this assumption, I am keeping the key code as KEY_KPSLASH. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-ventana.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-ventana.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-ventana.dts b/arch/arm/boot/dts/tegra20-ventana.dts
index bce764099853..323ad642036e 100644
--- a/arch/arm/boot/dts/tegra20-ventana.dts
+++ b/arch/arm/boot/dts/tegra20-ventana.dts
@@ -1,5 +1,6 @@
1/dts-v1/; 1/dts-v1/;
2 2
3#include <dt-bindings/input/input.h>
3#include "tegra20.dtsi" 4#include "tegra20.dtsi"
4 5
5/ { 6/ {
@@ -570,7 +571,7 @@
570 power { 571 power {
571 label = "Power"; 572 label = "Power";
572 gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>; 573 gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
573 linux,code = <116>; /* KEY_POWER */ 574 linux,code = <KEY_POWER>;
574 gpio-key,wakeup; 575 gpio-key,wakeup;
575 }; 576 };
576 }; 577 };