Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 686448d7 authored by Yufeng Shen's avatar Yufeng Shen Committed by Olof Johansson
Browse files

arm/tegra: enable headphone detection gpio on seaboard



Enable the headphone detection gpio on tegra platform.

Signed-off-by: default avatarYufeng Shen <miletus@chromium.org>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent c406eeb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 },