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

Commit 58803a6c authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 25c12a8e 3cb2f4a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4987,6 +4987,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);