aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/mmc.h
diff options
context:
space:
mode:
authorhanumath <hanumath.prasad@stericsson.com>2010-06-15 15:47:15 +0530
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:49 -0600
commitd9bc877e408bc08c4e1b1d01b012cf5d78245ec3 (patch)
tree1d90d3ae0de2ea98125a094f93f80933c85e4d5b /arch/arm/mach-ux500/include/mach/mmc.h
parent28a3d903bf102a9fb9ad63bc99db639d6403b202 (diff)
MMC: Hats DV14 not aligned with the HSI external mass storage
Fix for MCLK to set at 100MHz insted of 50MHZ ST-Ericsson ID: ER 261261 Signed-off-by: hanumath <hanumath.prasad@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/1574 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Change-Id: I38715175733c5b880e5548430907b3493d441fd7 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/2807
Diffstat (limited to 'arch/arm/mach-ux500/include/mach/mmc.h')
-rwxr-xr-xarch/arm/mach-ux500/include/mach/mmc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/include/mach/mmc.h b/arch/arm/mach-ux500/include/mach/mmc.h
index a3bdcc35d61..1fa18b8b06d 100755
--- a/arch/arm/mach-ux500/include/mach/mmc.h
+++ b/arch/arm/mach-ux500/include/mach/mmc.h
@@ -327,8 +327,8 @@ struct u8500_mmci_host {
#define MCI_MAXVOLTTRIAL (200) /* 200 times */
#define MAX_FREQ (24000000)
#define MAX_DATA (64*512)
-#define CLK_MAX 50000000
-#define CLK_DIV 0xFF
+#define MMC_HOST_CLK_MAX 100000000
+#define MMC_CLK_DIV 0xFF
/*
* different card states
*/