From patchwork Fri May 11 06:04:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,3/3] board: qcom: enable high capacity eMMC cards Date: Thu, 10 May 2012 20:04:59 -0000 From: mohamed.haneef@lntinfotech.com X-Patchwork-Id: 158432 Message-Id: <1336716299-23611-4-git-send-email-mohamed.haneef@lntinfotech.com> To: u-boot@lists.denx.de Cc: Mohamed Haneef , srikanth.reddy@lntinfotech.com, afleming@gmail.com, shrinivas.sahukar@lntinfotech.com * enabling high capacity eMMC cards. Signed-off-by: Mohamed Haneef --- 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");