summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler.h
diff options
context:
space:
mode:
authorNikesh Oswal <noswal@nvidia.com>2011-10-10 17:36:28 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:17 -0800
commit5e2b6915b6eaf03d8c6a3316182df36a4d22fb19 (patch)
tree0bbbe96f2742cca109f443a124de9d0bbe891b9e /arch/arm/mach-tegra/board-whistler.h
parentfe9ce1f6ad0f847221e09b8baafbf66e2483b883 (diff)
arm: tegra: whistler: add headphone debouncetime and irq
add entries for headphone detection irq and debouncetime in whistler specific board files Bug: 862023 Change-Id: Ia72ec10f51a1bde0f81eb488b36a8b1439cedf1d Signed-off-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-on: http://git-master/r/57034 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: Re6e96dcd5467b14054784fd6c59bd2a8c64781c0
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler.h')
-rw-r--r--arch/arm/mach-tegra/board-whistler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-whistler.h b/arch/arm/mach-tegra/board-whistler.h
index 884f7c416a02..69d4dd21a558 100644
--- a/arch/arm/mach-tegra/board-whistler.h
+++ b/arch/arm/mach-tegra/board-whistler.h
@@ -33,6 +33,6 @@ int whistler_emc_init(void);
/* Audio-related GPIOs */
#define WHISTLER_GPIO_WM8753(_x_) (MAX8907C_INT_END + 1 + (_x_))
#define TEGRA_GPIO_SPKR_EN WHISTLER_GPIO_WM8753(2)
-#define TEGRA_GPIO_HP_DET TEGRA_GPIO_PW2
+#define TEGRA_GPIO_HP_DET TEGRA_GPIO_PW3
#endif