aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYufeng Shen <miletus@chromium.org>2011-10-28 06:27:06 +0000
committerOlof Johansson <olof@lixom.net>2011-11-09 11:31:16 -0800
commit686448d7a253f9db836f4f44c6624461570e5026 (patch)
tree79647ef6d8ceaf6f9dc8640fc3081ccea64cb971
parentc406eeb3aa7007ed252290f2f11c8383ca95a177 (diff)
downloadlinux-686448d7a253f9db836f4f44c6624461570e5026.tar.gz
arm/tegra: enable headphone detection gpio on seaboard
Enable the headphone detection gpio on tegra platform. Signed-off-by: Yufeng Shen <miletus@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/mach-tegra/board-seaboard-pinmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard-pinmux.c b/arch/arm/mach-tegra/board-seaboard-pinmux.c
index eb5991dbe24252..b1c2972f62fe46 100644
--- a/arch/arm/mach-tegra/board-seaboard-pinmux.c
+++ b/arch/arm/mach-tegra/board-seaboard-pinmux.c
@@ -192,6 +192,7 @@ static struct tegra_gpio_table common_gpio_table[] = {
{ .gpio = TEGRA_GPIO_SD2_POWER, .enable = true },
{ .gpio = TEGRA_GPIO_LIDSWITCH, .enable = true },
{ .gpio = TEGRA_GPIO_POWERKEY, .enable = true },
+ { .gpio = TEGRA_GPIO_HP_DET, .enable = true },
{ .gpio = TEGRA_GPIO_ISL29018_IRQ, .enable = true },
{ .gpio = TEGRA_GPIO_CDC_IRQ, .enable = true },
{ .gpio = TEGRA_GPIO_USB1, .enable = true },