diff options
author | Yufeng Shen <miletus@chromium.org> | 2011-10-28 06:27:06 +0000 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-11-09 11:31:16 -0800 |
commit | 686448d7a253f9db836f4f44c6624461570e5026 (patch) | |
tree | 79647ef6d8ceaf6f9dc8640fc3081ccea64cb971 /arch | |
parent | c406eeb3aa7007ed252290f2f11c8383ca95a177 (diff) | |
download | linux-3.10-686448d7a253f9db836f4f44c6624461570e5026.tar.gz linux-3.10-686448d7a253f9db836f4f44c6624461570e5026.tar.bz2 linux-3.10-686448d7a253f9db836f4f44c6624461570e5026.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/board-seaboard-pinmux.c | 1 |
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 eb5991dbe24..b1c2972f62f 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 }, |