Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0a30e01 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: mmc: Fix mmc_partial_init for HS400 mode"

parents 0251614a 9fba0b4f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2696,6 +2696,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);