From: Varun Wadekar Date: Mon, 6 Dec 2010 09:44:21 +0000 (+0530) Subject: [ARM] tegra: ventana: fix gpio key for menu options X-Git-Tag: firefly_0821_release~9833^2~93^2~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=80824fb0f977faf1628311a2ec608ab7e2040149;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: ventana: fix gpio key for menu options Change-Id: Ia6e5f92fa6f965832546dde95e10b00419396386 Signed-off-by: Varun Wadekar --- diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c index 2b0aef2ce7e0..75bff3ff8b33 100644 --- a/arch/arm/mach-tegra/board-ventana.c +++ b/arch/arm/mach-tegra/board-ventana.c @@ -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),