[ARM] tegra: ventana: fix volume up gpio

Change-Id: Ie0e25ee8074f4625feb7473f4d5ce759597ed035
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
This commit is contained in:
Varun Wadekar
2010-11-25 16:56:16 +05:30
committed by Colin Cross
parent fce57c09a4
commit 2b1aded57f

View File

@@ -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),
};