From: Yufeng Shen <miletus@xxxxxxxxxxxx> Enable the headphone detection gpio on tegra platform. Signed-off-by: Yufeng Shen <miletus@xxxxxxxxxxxx> --- 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-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html