summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-dalmore-pinmux.c
diff options
context:
space:
mode:
authorNaveen Kumar Arepalli <naveenk@nvidia.com>2013-04-10 11:54:55 +0530
committerSimone Willett <swillett@nvidia.com>2013-04-16 13:11:19 -0700
commit628d1719d05a6be969b569a67dd763f199ebc920 (patch)
tree8e92661ef3926e3fba0400029890d14759158fb1 /arch/arm/mach-tegra/board-dalmore-pinmux.c
parentd48235753a25bd5754e2842a903b8d1e00b14053 (diff)
ARM: tegra: t114: Update eMMC drive strength values
Set eMMC pull up value to 2 on dalmore, pluto, roth and macallan Bug 1172577 Reviewed-on: http://git-master/r/218111 (cherry picked from commit 0eaa584721f0e1e6d2893d13a1fabde250ea0e3b) Change-Id: I7674208b6acfd00cd7ea117e86a034c30f10e697 Signed-off-by: Naveen Kumar Arepalli <naveenk@nvidia.com> Reviewed-on: http://git-master/r/219629 Reviewed-by: Venu Byravarasu <vbyravarasu@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'arch/arm/mach-tegra/board-dalmore-pinmux.c')
-rw-r--r--arch/arm/mach-tegra/board-dalmore-pinmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-dalmore-pinmux.c b/arch/arm/mach-tegra/board-dalmore-pinmux.c
index bca6cccc12e5..d90a9c5c7d5d 100644
--- a/arch/arm/mach-tegra/board-dalmore-pinmux.c
+++ b/arch/arm/mach-tegra/board-dalmore-pinmux.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-dalmore-pinmux.c
*
- * Copyright (c) 2012-2013 NVIDIA Corporation
+ * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -177,7 +177,7 @@ static __initdata struct tegra_drive_pingroup_config dalmore_drive_pinmux[] = {
SET_DRIVE(SDIO3, ENABLE, DISABLE, DIV_1, 22, 36, FASTEST, FASTEST),
/* SDMMC4 */
- SET_DRIVE_WITH_TYPE(GMA, ENABLE, DISABLE, DIV_1, 2, 1, FASTEST,
+ SET_DRIVE_WITH_TYPE(GMA, ENABLE, DISABLE, DIV_1, 2, 2, FASTEST,
FASTEST, 1),
};