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

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

Merge "mmc: msm-host: Set inline-crypto support host flag"

parents 690a4c6b fe3088f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5075,6 +5075,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
			goto vreg_deinit;
		}
		host->is_crypto_en = true;
		msm_host->mmc->inlinecrypt_support = true;
		/* Packed commands cannot be encrypted/decrypted using ICE */
		msm_host->mmc->caps2 &= ~(MMC_CAP2_PACKED_WR |
				MMC_CAP2_PACKED_WR_CONTROL);