mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
[ARM] tegra: ventana: fix volume up gpio
Change-Id: Ie0e25ee8074f4625feb7473f4d5ce759597ed035 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
This commit is contained in:
committed by
Colin Cross
parent
fce57c09a4
commit
2b1aded57f
@@ -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, PQ3, 0),
|
||||
[3] = GPIO_KEY(KEY_VOLUMEUP, PQ5, 0),
|
||||
[4] = GPIO_KEY(KEY_VOLUMEDOWN, PQ4, 0),
|
||||
[5] = GPIO_KEY(KEY_POWER, PV2, 1),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user