Part Number: AM5718
Tool/software: Linux
I want to use emmc HS200 mode.I find this function disabled in uboot code.
SDK 04.01.00.06
u-boot/drivers/mmc/omap_hsmmc.c
static int omap_hsmmc_platform_fixup(struct mmc *mmc)
{
struct omap_hsmmc_data *priv = omap_hsmmc_get_data(mmc);
struct mmc_config *cfg = omap_hsmmc_get_cfg(mmc);
priv->version = NULL;
if (platform_fixup_disable_uhs_mode()) {
priv->version = "rev11";
cfg->host_caps &= ~(MMC_MODE_HS200 | MMC_MODE_UHS_SDR104
| MMC_MODE_UHS_SDR50);
}
return 0;
}
cpu version 1.1 do not support? What about 2.0?