diff options
author | Rick Chen <rick@andestech.com> | 2017-08-25 14:03:00 +0800 |
---|---|---|
committer | Rick Chen <rickchen36@gmail.com> | 2017-11-30 10:04:36 +0800 |
commit | 73cd56b2df213c629191139e5c6705e069b6214f (patch) | |
tree | bcf43a8d49f36705580206901e80203e3568e67b /drivers | |
parent | 1a9db640b4f5f8070d75a5baf794678625b4f9a0 (diff) |
nds32: ftsdc010: Fix SD detech fail on AE3XX.
AE3XX can not support SD high-speed mode.
SW can work-around by removing HS capibility.
Signed-off-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/ftsdc010_mci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/ftsdc010_mci.c b/drivers/mmc/ftsdc010_mci.c index 113cf13909..6ac4f83bd1 100644 --- a/drivers/mmc/ftsdc010_mci.c +++ b/drivers/mmc/ftsdc010_mci.c @@ -376,7 +376,6 @@ void ftsdc_setup_cfg(struct mmc_config *cfg, const char *name, int buswidth, cfg->host_caps |= MMC_MODE_4BIT; cfg->host_caps &= ~MMC_MODE_8BIT; } - cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz; cfg->part_type = PART_TYPE_DOS; cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; } |