From patchwork Fri Oct 28 16:27:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Taylor Hutt X-Patchwork-Id: 122437 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id EA42FB6F71 for ; Sat, 29 Oct 2011 03:28:09 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755516Ab1J1Q2I (ORCPT ); Fri, 28 Oct 2011 12:28:08 -0400 Received: from smtp-out.google.com ([216.239.44.51]:12977 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753836Ab1J1Q2H (ORCPT ); Fri, 28 Oct 2011 12:28:07 -0400 Received: from hpaq3.eem.corp.google.com (hpaq3.eem.corp.google.com [172.25.149.3]) by smtp-out.google.com with ESMTP id p9SGRgff024307; Fri, 28 Oct 2011 09:27:43 -0700 Received: from thutt.mtv.corp.google.com (thutt.mtv.corp.google.com [172.22.73.93]) by hpaq3.eem.corp.google.com with ESMTP id p9SGRdXY016657; Fri, 28 Oct 2011 09:27:39 -0700 Received: by thutt.mtv.corp.google.com (Postfix, from userid 129250) id CB51D221185; Fri, 28 Oct 2011 09:27:38 -0700 (PDT) From: Taylor Hutt To: thutt@chromium.org Cc: swarren@nvidia.com, Colin Cross , Erik Gilling , Olof Johansson , Russell King , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Yufeng Shen Subject: [PATCH] arch: arm: tegra: Enable headphone detection gpio Date: Fri, 28 Oct 2011 09:27:06 -0700 Message-Id: <1319819226-19098-1-git-send-email-thutt@chromium.org> X-Mailer: git-send-email 1.7.3.1 X-System-Of-Record: true Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Yufeng Shen Enable the headphone detection gpio on tegra platform. Signed-off-by: Yufeng Shen Acked-by: Stephen Warren --- 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 },