[PATCH 12/133] [JAUNTY SRU] ARM.imx51 Freescale:ENGR00108699 [MX51] eMMC4.3 card support

Brad Figg brad.figg at canonical.com
Thu Jul 9 16:48:02 UTC 2009


Lower the clock rate in the card inditification procedure,
to fix the cmd crc error and level up the timing compatible.

Ubuntu Note: This is a partial application of the original patch. We do not
             carry either arch/arm/mach-mx35/mx35_3stack.c nor arch/arm/mach-mx37/mx37_3stack.c
	     in our tree.

Signed-off-by: Richard Zhu <r65037 at freescale.com>
Signed-off-by: Brad Figg <brad.figg at canonical.com>
---
 arch/arm/mach-mx51/mx51_3stack.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-mx51/mx51_3stack.c b/arch/arm/mach-mx51/mx51_3stack.c
index e1a8d00..4b66a0c 100644
--- a/arch/arm/mach-mx51/mx51_3stack.c
+++ b/arch/arm/mach-mx51/mx51_3stack.c
@@ -479,7 +479,7 @@ int sdhc_get_card_det_status(struct device *dev)
 static struct mxc_mmc_platform_data mmc_data = {
 	.ocr_mask = MMC_VDD_32_33,
 	.caps = MMC_CAP_4_BIT_DATA,
-	.min_clk = 400000,
+	.min_clk = 150000,
 	.max_clk = 52000000,
 	.card_inserted_state = 0,
 	.status = sdhc_get_card_det_status,
-- 
1.6.0.4





More information about the kernel-team mailing list