projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce57c0
)
[ARM] tegra: ventana: fix volume up gpio
author
Varun Wadekar
<vwadekar@nvidia.com>
Thu, 25 Nov 2010 11:26:16 +0000
(16:56 +0530)
committer
Colin Cross
<ccross@android.com>
Wed, 1 Dec 2010 00:42:25 +0000
(16:42 -0800)
Change-Id: Ie0e25ee8074f4625feb7473f4d5ce759597ed035
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
arch/arm/mach-tegra/board-ventana.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/board-ventana.c
b/arch/arm/mach-tegra/board-ventana.c
index 82e3a22efa3ecdb9081fb47cdc7c20b9a7a8e314..2b0aef2ce7e060306ed8f3009c60353cd6a6a501 100644
(file)
--- a/
arch/arm/mach-tegra/board-ventana.c
+++ b/
arch/arm/mach-tegra/board-ventana.c
@@
-145,7
+145,7
@@
static struct gpio_keys_button ventana_keys[] = {
[0] = GPIO_KEY(KEY_MENU, PQ0, 0),
[1] = GPIO_KEY(KEY_HOME, PQ1, 0),
[2] = GPIO_KEY(KEY_BACK, PQ2, 0),
- [3] = GPIO_KEY(KEY_VOLUMEUP, PQ
3
, 0),
+ [3] = GPIO_KEY(KEY_VOLUMEUP, PQ
5
, 0),
[4] = GPIO_KEY(KEY_VOLUMEDOWN, PQ4, 0),
[5] = GPIO_KEY(KEY_POWER, PV2, 1),
};