ARM: board: stingray: remove wrigley host_wake gpio
authorJames Wylder <james.wylder@motorola.com>
Tue, 15 Mar 2011 23:00:34 +0000 (18:00 -0500)
committerRebecca Schultz Zavin <rebecca@android.com>
Mon, 21 Mar 2011 20:56:56 +0000 (13:56 -0700)
Change-Id: If9363474b5e963b4b8eec59877f10b727185d99c
Signed-off-by: James Wylder <james.wylder@motorola.com>
arch/arm/mach-tegra/board-stingray-power.c

index e1dd72d8a03abbdaa93232fc6f3a1d94b586ed24..57ceaa6b53476fb60943af8050713f4aa01ce06e 100644 (file)
@@ -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);