summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Fan <leif@nvidia.com>2014-04-16 14:56:37 +0800
committerHarry Hong <hhong@nvidia.com>2014-05-30 00:40:20 -0700
commit9d778fdc1a9c2b5803f6c3b75bf255db212bffa7 (patch)
treebc39d5fe9bd905df220c418807f42609d4abf4b7
parent15667409e9fabc36775869ea31e74220222073b7 (diff)
ARM: tegra: Remove GPIO for HP form LP0 wake list
Remove a GPIO for headset detection form the list of LP0 wake source Bug 1499477 Change-Id: Ie0331079072f2976265d5db1483cd905f0c1f2bc Signed-off-by: Lei Fan <leif@nvidia.com> Reviewed-on: http://git-master/r/396879 Reviewed-by: Vijay Mali <vmali@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Martin Chi <mchi@nvidia.com> Reviewed-on: http://git-master/r/409966 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Harry Hong <hhong@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/wakeups-t11x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/wakeups-t11x.c b/arch/arm/mach-tegra/wakeups-t11x.c
index bf929d36d2ea..03c770d72009 100644
--- a/arch/arm/mach-tegra/wakeups-t11x.c
+++ b/arch/arm/mach-tegra/wakeups-t11x.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2014, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -49,7 +49,7 @@ static int tegra_gpio_wakes[] = {
TEGRA_GPIO_PC7, /* wake8 */
TEGRA_GPIO_PS2, /* wake9 */
-EINVAL, /* wake10 */
- TEGRA_GPIO_PW3, /* wake11 */
+ -EINVAL, /* wake11 */
TEGRA_GPIO_PW2, /* wake12 */
-EINVAL, /* wake13 */
TEGRA_GPIO_PDD3, /* wake14 */