Commit 69ae7811 authored by Tien Hock, Loh's avatar Tien Hock, Loh
Browse files

plat: intel: Add MMC OCR voltage information for initialization



MMC stack needs OCR voltage information for the platform to initialize
MMC controller correctly.
Signed-off-by: default avatarTien Hock, Loh <tien.hock.loh@intel.com>
parent 1cf55aba
......@@ -99,6 +99,7 @@ void bl2_el3_plat_arch_setup(void)
dw_mmc_params_t params = EMMC_INIT_PARAMS(0x100000);
info.mmc_dev_type = MMC_IS_SD;
info.ocr_voltage = OCR_3_3_3_4 | OCR_3_2_3_3;
switch (boot_source) {
case BOOT_SOURCE_SDMMC:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment