Skip to content
Snippets Groups Projects
Commit 49b0415a authored by Amaury Pouly's avatar Amaury Pouly Committed by Stefano Babic
Browse files

mmc: mxsmmc: Enable MMC HC support


Enable support for high-capacity eMMC and MMC cards. The MXS MMC
driver has no problem with those.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarAmaury Pouly <amaury.pouly@gmail.com>
Cc: Andy Fleming <afleming@freescale.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
parent ddb636bd
No related branches found
No related tags found
No related merge requests found
......@@ -410,7 +410,8 @@ int mxsmmc_initialize(bd_t *bis, int id, int (*wp)(int), int (*cd)(int))
mmc->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
mmc->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
MMC_MODE_HS_52MHz | MMC_MODE_HS;
MMC_MODE_HS_52MHz | MMC_MODE_HS |
MMC_MODE_HC;
/*
* SSPCLK = 480 * 18 / 29 / 1 = 297.731 MHz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment