summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPavan Kunapuli <pkunapuli@nvidia.com>2012-11-18 19:14:40 -0800
committerMrutyunjay Sawant <msawant@nvidia.com>2012-11-27 05:08:10 -0800
commit472e1dc8c1a5e0123327efc3d5e46d28a8a249d7 (patch)
tree554238e51b611f797c2f91dedbb542bbe022f5f3 /arch
parentb7aac9ead2fbafc0671c0f4891e27d669155335a (diff)
ARM: tegra: roth: Fix SD card write protect pin
There is no write protect pin for SD card on roth. Pull it down to make sure that cards are not detected as write protected. Signed-off-by: Pavan Kunapuli <pkunapuli@nvidia.com> Reviewed-on: http://git-master/r/164605 (cherry picked from commit 71bdc41c396b4af2b42eca6dba7f3676f1e5d7d8) Change-Id: Ia98a79287010228bf3d2ad694ce55ca6dbd078b6 Signed-off-by: Pavan Kunapuli <pkunapuli@nvidia.com> Reviewed-on: http://git-master/r/166316 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-roth-pinmux-t11x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-roth-pinmux-t11x.h b/arch/arm/mach-tegra/board-roth-pinmux-t11x.h
index 4bbd0de36be3..922402752c89 100644
--- a/arch/arm/mach-tegra/board-roth-pinmux-t11x.h
+++ b/arch/arm/mach-tegra/board-roth-pinmux-t11x.h
@@ -114,7 +114,7 @@ static __initdata struct tegra_pingroup_config roth_pinmux_common[] = {
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(KB_COL4, SDMMC3, PULL_UP, NORMAL, INPUT),
+ DEFAULT_PINMUX(KB_COL4, SDMMC3, PULL_DOWN, TRISTATE, INPUT),
DEFAULT_PINMUX(SDMMC3_CD_N, SDMMC3, PULL_UP, NORMAL, INPUT),
DEFAULT_PINMUX(SDMMC3_CLK_LB_OUT, SDMMC3, PULL_UP, NORMAL, INPUT),
DEFAULT_PINMUX(SDMMC3_CLK_LB_IN, SDMMC3, PULL_UP, NORMAL, INPUT),