summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-paz00.h
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2012-01-28 20:03:04 +0100
committerOlof Johansson <olof@lixom.net>2012-02-06 18:32:50 -0800
commit5f21f1240c5d1dad82edb21d38566da85085f530 (patch)
tree328f058b1513f2e987c33433aabb972783b99f8e /arch/arm/mach-tegra/board-paz00.h
parent218d06d79468ca2e6abf3679eea12d7d93d251ef (diff)
downloadlinux-5f21f1240c5d1dad82edb21d38566da85085f530.tar.bz2
ARM: tegra: paz00: fix wrong SD1 power gpio
The power gpio for the external memory card was specified wrongly. Replace it with the correct value (tested with warmboot with fastboot). Signed-off-by: Marc Dietrich <marvin24@gmx.de> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.h')
-rw-r--r--arch/arm/mach-tegra/board-paz00.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.h b/arch/arm/mach-tegra/board-paz00.h
index ffa83f580db6..3c9f8da37ea3 100644
--- a/arch/arm/mach-tegra/board-paz00.h
+++ b/arch/arm/mach-tegra/board-paz00.h
@@ -22,7 +22,7 @@
/* SDCARD */
#define TEGRA_GPIO_SD1_CD TEGRA_GPIO_PV5
#define TEGRA_GPIO_SD1_WP TEGRA_GPIO_PH1
-#define TEGRA_GPIO_SD1_POWER TEGRA_GPIO_PT3
+#define TEGRA_GPIO_SD1_POWER TEGRA_GPIO_PV1
/* ULPI */
#define TEGRA_ULPI_RST TEGRA_GPIO_PV0