diff options
author | ScottPeterson <speterson@nvidia.com> | 2011-07-25 10:34:55 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-07-26 15:44:02 -0700 |
commit | 89e2634007a452a11ca991b80bbd03b3dec0aaf9 (patch) | |
tree | f6bab3522a35c94d8cdc05444564494ca2d1a1fb | |
parent | b1ae01e1686c28839cc84f1abd34457399959f2b (diff) |
arm:tegra:pinmux: Set DAP2 to default drive
Removed the setting of the DAP2 pingroup to maximum
driver strength. This was a WAR for audio noise issues
on Verbier and should not be set on Enterprise.
Bug 853161
Change-Id: Ia9bc4021ee1713f0be14e77c984d2266efb06b12
Reviewed-on: http://git-master/r/43084
Tested-by: Scott Peterson <speterson@nvidia.com>
Reviewed-by: Chandrakanth Gorantla <cgorantla@nvidia.com>
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
Reviewed-by: Sumit Bhattacharya <sumitb@nvidia.com>
Reviewed-by: Scott Peterson <speterson@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise-pinmux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-pinmux.c b/arch/arm/mach-tegra/board-enterprise-pinmux.c index 8b933ca9e3e2..9d546ab8b165 100644 --- a/arch/arm/mach-tegra/board-enterprise-pinmux.c +++ b/arch/arm/mach-tegra/board-enterprise-pinmux.c @@ -63,7 +63,6 @@ static __initdata struct tegra_drive_pingroup_config enterprise_drive_pinmux[] = { /* DEFAULT_DRIVE(<pin_group>), */ /* SET_DRIVE(ATA, DISABLE, DISABLE, DIV_1, 31, 31, FAST, FAST) */ - SET_DRIVE(DAP2, DISABLE, ENABLE, DIV_1, 31, 31, FASTEST, FASTEST), /* All I2C pins are driven to maximum drive strength */ /* GEN1 I2C */ |