summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTapani <tapani@vmail.me>2013-03-14 14:54:44 +0800
committerTapani <tapani@vmail.me>2013-03-14 14:54:44 +0800
commitb7f5035e6e5674e4e66c13cdd83dfe403943b643 (patch)
treeebbcbb117581dd564f2957e4476a74a21f8a7495 /arch
parent18e1e6ca4dd7543ad520523b24a9eb780279d23b (diff)
Wandboard : Set mmc speed to 200MHz by default
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/board-wand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-wand.c b/arch/arm/mach-mx6/board-wand.c
index 00c252736ffe..19ae3fbb3854 100644
--- a/arch/arm/mach-mx6/board-wand.c
+++ b/arch/arm/mach-mx6/board-wand.c
@@ -214,7 +214,7 @@ static void wand_init_sd(void) {
/* Add mmc devices in reverse order, so mmc0 always is boot sd (SD3) */
for (i=2; i>=0; i--) {
- WAND_SETUP_PADS(wand_sd_pads[i][0]);
+ WAND_SETUP_PADS(wand_sd_pads[i][2]);
imx6q_add_sdhci_usdhc_imx(i, &wand_sd_data[i]);
}
}