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

Commit a3dec0c0 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 ac8bbe8c 7b442f5c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2480,6 +2480,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);