mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
[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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user