From 7ef53cb0586fe9bdc593babcfe6e5e2da1b32e01 Mon Sep 17 00:00:00 2001 From: James Wylder Date: Tue, 15 Mar 2011 18:00:34 -0500 Subject: [PATCH] ARM: board: stingray: remove wrigley host_wake gpio Change-Id: If9363474b5e963b4b8eec59877f10b727185d99c Signed-off-by: James Wylder --- arch/arm/mach-tegra/board-stingray-power.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray-power.c b/arch/arm/mach-tegra/board-stingray-power.c index e1dd72d8a03a..57ceaa6b5347 100644 --- a/arch/arm/mach-tegra/board-stingray-power.c +++ b/arch/arm/mach-tegra/board-stingray-power.c @@ -698,7 +698,6 @@ static struct platform_device mdm_ctrl_platform_device = { }; static struct wrigley_ctrl_platform_data wrigley_ctrl_pdata = { - .gpio_host_wake = TEGRA_GPIO_PW3, .gpio_disable = TEGRA_GPIO_PG0, .gpio_reset = TEGRA_GPIO_PI6, .gpio_force_flash = TEGRA_GPIO_PT5, @@ -735,7 +734,6 @@ static void mdm_ctrl_register(void) static void wrigley_ctrl_register(void) { tegra_gpio_enable(wrigley_ctrl_pdata.gpio_reset); - tegra_gpio_enable(wrigley_ctrl_pdata.gpio_host_wake); tegra_gpio_enable(wrigley_ctrl_pdata.gpio_disable); tegra_gpio_enable(wrigley_ctrl_pdata.gpio_force_flash); platform_device_register(&wrigley_ctrl_pdev); -- 2.34.1