Merge "mmc: mmc: Fix mmc_partial_init for HS400 mode"
This commit is contained in:
commit
cdcdb7a314
1 changed files with 3 additions and 0 deletions
|
@ -2617,6 +2617,9 @@ static int mmc_partial_init(struct mmc_host *host)
|
|||
if (mmc_card_hs400(card)) {
|
||||
if (card->ext_csd.strobe_support && host->ops->enhanced_strobe)
|
||||
err = host->ops->enhanced_strobe(host);
|
||||
else if (host->ops->execute_tuning)
|
||||
err = host->ops->execute_tuning(host,
|
||||
MMC_SEND_TUNING_BLOCK_HS200);
|
||||
} else if (mmc_card_hs200(card) && host->ops->execute_tuning) {
|
||||
err = host->ops->execute_tuning(host,
|
||||
MMC_SEND_TUNING_BLOCK_HS200);
|
||||
|
|
Loading…
Add table
Reference in a new issue