summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Chi <mchi@nvidia.com>2014-03-17 16:12:08 +0800
committerMartin Chi <mchi@nvidia.com>2014-03-17 06:13:07 -0700
commitee3e39663a346892a3a12fa0e464418c0114fb97 (patch)
tree8766a590a9c05c99ee49abaffbd1131db2b40ae2
parent37fd58dd42ed95f650d2780bfb362dd4bea72019 (diff)
ARM: Tegra: TN7C: correct the pin usage
On TN7C, these pins has nothing to do with codec. They are actually connecting to modem as: TEGRA_GPIO_PP3 --> AP_WAKE_MDM TEGRA_GPIO_PP1 --> W_DISABLE_N Change-Id: I509c3ce017036f2cd3e2d72a08a23605fd73084d Signed-off-by: Martin Chi <mchi@nvidia.com> Reviewed-on: http://git-master/r/382441 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Lei Fan <leif@nvidia.com> Tested-by: Lei Fan <leif@nvidia.com> Reviewed-by: David Pu <dpu@nvidia.com> Reviewed-by: Gray Lei <glei@nvidia.com> GVS: Gerrit_Virtual_Submit
-rw-r--r--arch/arm/mach-tegra/board-tegranote7c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-tegranote7c.h b/arch/arm/mach-tegra/board-tegranote7c.h
index 8f7ef4e8926d..326c7266a059 100644
--- a/arch/arm/mach-tegra/board-tegranote7c.h
+++ b/arch/arm/mach-tegra/board-tegranote7c.h
@@ -37,8 +37,8 @@
/* Audio-related GPIOs */
#define TEGRA_GPIO_CDC_IRQ TEGRA_GPIO_PW3
#define TEGRA_GPIO_LDO1_EN TEGRA_GPIO_PV3
-#define TEGRA_GPIO_CODEC1_EN TEGRA_GPIO_PP3
-#define TEGRA_GPIO_CODEC2_EN TEGRA_GPIO_PP1
+#define TEGRA_GPIO_CODEC1_EN -1
+#define TEGRA_GPIO_CODEC2_EN -1
#define TEGRA_GPIO_CODEC3_EN -1
#define TEGRA_GPIO_SPKR_EN -1