summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-pinmux.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-07-04 19:47:49 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:38 -0800
commite0f8efdfaadb59cf79c6a7343a0bb4134c609d53 (patch)
tree969b0970f350fee4e2d740170c1dfefa15b6f7e3 /arch/arm/mach-tegra/board-enterprise-pinmux.c
parent98cf709684c48aa6055c53431eb3a54fd5c46d54 (diff)
arm: tegra: cardhu/enterprise: Selecting proper pinmux option.
Selecting proper pinmux option for sdmmc3_dat6, sdmmc_dat7, ulpi_data3 from the valid list of pinmux option to avoid any warning. bug 849973 Original-Change-Id: I6c554e3d399afef10fd837291a808496f0f8b811 Reviewed-on: http://git-master/r/39562 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: Rf1826cc64c5b531e7827592dd78ea6ce967a6264
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-pinmux.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-pinmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-pinmux.c b/arch/arm/mach-tegra/board-enterprise-pinmux.c
index a9a8e1a61c39..5b61d9dbdf98 100644
--- a/arch/arm/mach-tegra/board-enterprise-pinmux.c
+++ b/arch/arm/mach-tegra/board-enterprise-pinmux.c
@@ -134,8 +134,8 @@ static __initdata struct tegra_pingroup_config enterprise_pinmux[] = {
DEFAULT_PINMUX(SDMMC3_DAT1, SDMMC3, PULL_UP, NORMAL, INPUT),
DEFAULT_PINMUX(SDMMC3_DAT2, SDMMC3, PULL_UP, NORMAL, INPUT),
DEFAULT_PINMUX(SDMMC3_DAT3, SDMMC3, PULL_UP, NORMAL, INPUT),
- DEFAULT_PINMUX(SDMMC3_DAT6, RSVD1, NORMAL, NORMAL, INPUT),
- DEFAULT_PINMUX(SDMMC3_DAT7, RSVD1, NORMAL, NORMAL, INPUT),
+ DEFAULT_PINMUX(SDMMC3_DAT6, SDMMC3, NORMAL, NORMAL, INPUT),
+ DEFAULT_PINMUX(SDMMC3_DAT7, SDMMC3, NORMAL, NORMAL, INPUT),
/* SDMMC4 pinmux */
DEFAULT_PINMUX(SDMMC4_CLK, SDMMC4, NORMAL, NORMAL, INPUT),