From: Yufeng Shen Date: Fri, 28 Oct 2011 06:27:06 +0000 (+0000) Subject: arm/tegra: enable headphone detection gpio on seaboard X-Git-Tag: accepted/tizen/common/20141203.182822~5881^2~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=686448d7a253f9db836f4f44c6624461570e5026;p=platform%2Fkernel%2Flinux-arm64.git arm/tegra: enable headphone detection gpio on seaboard Enable the headphone detection gpio on tegra platform. Signed-off-by: Yufeng Shen Acked-by: Stephen Warren Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-tegra/board-seaboard-pinmux.c b/arch/arm/mach-tegra/board-seaboard-pinmux.c index eb5991d..b1c2972 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 },