summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-pinmux.c
diff options
context:
space:
mode:
authorPradeep Goudagunta <pgoudagunta@nvidia.com>2011-07-15 17:19:51 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:42 -0800
commit684dc7232be8e609d2f3598f4d8e2247aaa6bf90 (patch)
tree8a30b256866b9d2fb2133ecf97686d1ff0ff475a /arch/arm/mach-tegra/board-enterprise-pinmux.c
parentfc58baf4b999aad166e4f37f967c7740d20c7595 (diff)
arm: tegra: enterprise: increasing UART3 drive strength
setting UART3 signal drive strength to maximum. Bug 847748 Bug 819411 Original-Change-Id: I29685142088579cf0eeeb41686a61c3d87a06a64 Reviewed-on: http://git-master/r/41218 Tested-by: Pradeep Goudagunta <pgoudagunta@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Rebase-Id: R54a99cf40c169a6e100593780216feeebf95aaf0
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-pinmux.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-pinmux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-pinmux.c b/arch/arm/mach-tegra/board-enterprise-pinmux.c
index 5b61d9dbdf98..4517e4116b84 100644
--- a/arch/arm/mach-tegra/board-enterprise-pinmux.c
+++ b/arch/arm/mach-tegra/board-enterprise-pinmux.c
@@ -80,6 +80,9 @@ static __initdata struct tegra_drive_pingroup_config enterprise_drive_pinmux[] =
/* PWR_I2C */
SET_DRIVE(AO1, DISABLE, ENABLE, DIV_1, 31, 31, FASTEST, FASTEST),
+
+ /* UART3 */
+ SET_DRIVE(UART3, DISABLE, ENABLE, DIV_1, 31, 31, FASTEST, FASTEST),
};
#define DEFAULT_PINMUX(_pingroup, _mux, _pupd, _tri, _io) \