[ARM] tegra: ventana: fix gpio key for menu options

Change-Id: Ia6e5f92fa6f965832546dde95e10b00419396386
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
This commit is contained in:
Varun Wadekar
2010-12-06 15:14:21 +05:30
parent e1f65c5ad7
commit 80824fb0f9

View File

@@ -142,7 +142,7 @@ static void ventana_i2c_init(void)
}
static struct gpio_keys_button ventana_keys[] = {
[0] = GPIO_KEY(KEY_MENU, PQ0, 0),
[0] = GPIO_KEY(KEY_MENU, PQ3, 0),
[1] = GPIO_KEY(KEY_HOME, PQ1, 0),
[2] = GPIO_KEY(KEY_BACK, PQ2, 0),
[3] = GPIO_KEY(KEY_VOLUMEUP, PQ5, 0),