[U-Boot] [PATCH 3/3] board: qcom: enable high capacity eMMC cards

Mohamed Haneef mohamed.haneef at lntinfotech.com
Fri May 11 08:04:59 CEST 2012


	* enabling high capacity eMMC cards.

Signed-off-by: Mohamed Haneef <mohamed.haneef at lntinfotech.com>
---
 board/qcom/msm7630_surf/msm7630_surf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/qcom/msm7630_surf/msm7630_surf.c b/board/qcom/msm7630_surf/msm7630_surf.c
index 9dcf95b..9ca6843 100644
--- a/board/qcom/msm7630_surf/msm7630_surf.c
+++ b/board/qcom/msm7630_surf/msm7630_surf.c
@@ -147,7 +147,7 @@ int board_mmc_init(bd_t *bis)
 	mmc_2->init = qc_board_mmc_init;
 	mmc_2->voltages = MMC_VDD_29_30|MMC_VDD_165_195;
 	mmc_2->host_caps = MMC_MODE_4BIT|MMC_MODE_HS|MMC_MODE_8BIT|
-					MMC_MODE_HS_52MHz;
+					MMC_MODE_HS_52MHz|MMC_MODE_HC;
 	mmc_2->f_min = MMC_CLK_400KHZ;
 	mmc_2->f_max = MMC_CLK_48MHZ;
 	sprintf(mmc_2->name, "Internal_Card");
-- 
1.7.1



More information about the U-Boot mailing list