[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1319819226-19098-1-git-send-email-thutt@chromium.org>
Date: Fri, 28 Oct 2011 09:27:06 -0700
From: Taylor Hutt <thutt@...omium.org>
To: thutt@...omium.org
Cc: swarren@...dia.com, Colin Cross <ccross@...roid.com>,
Erik Gilling <konkers@...roid.com>,
Olof Johansson <olof@...om.net>,
Russell King <linux@....linux.org.uk>,
linux-tegra@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Yufeng Shen <miletus@...omium.org>
Subject: [PATCH] arch: arm: tegra: Enable headphone detection gpio
From: Yufeng Shen <miletus@...omium.org>
Enable the headphone detection gpio on tegra platform.
Signed-off-by: Yufeng Shen <miletus@...omium.org>
---
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 9d0ba80..14e9d576 100644
--- a/arch/arm/mach-tegra/board-seaboard-pinmux.c
+++ b/arch/arm/mach-tegra/board-seaboard-pinmux.c
@@ -205,6 +205,7 @@ static struct tegra_gpio_table common_gpio_table[] = {
{ .gpio = TEGRA_GPIO_NCT1008_THERM2_IRQ,.enable = true },
{ .gpio = TEGRA_GPIO_WLAN_POWER, .enable = true },
{ .gpio = TEGRA_GPIO_AC_ONLINE, .enable = true },
+ { .gpio = TEGRA_GPIO_HP_DET, .enable = true },
{ .gpio = TEGRA_GPIO_MXT_IRQ, .enable = true },
{ .gpio = TEGRA_GPIO_HDMI_ENB, .enable = true },
{ .gpio = TEGRA_GPIO_MPU3050_IRQ, .enable = true },
--
1.7.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists