mmc: sdhci-msm: disable BKOPS feature
The BKOPS feature is supported for eMMC cards of version 4.41 and higher. The BKOPS feature is one time programmable and once it was enabled on a certain MMC card is cannot be disabled. LA builds are often being used to verify phones that are targeted for other HLOSes. Since not all the HLOSes implement the BKOPS features, enabling this feature by default can cause instability when the phone will be used by HLOSes other than LA. Change-Id: I7b9eab0d04a86dfeaf7565dcda8bc9d2035fe02d Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
This commit is contained in:
parent
c071dd5ae5
commit
f55253f3e8
1 changed files with 0 additions and 1 deletions
|
@ -2183,7 +2183,6 @@ static int sdhci_msm_probe(struct platform_device *pdev)
|
|||
msm_host->mmc->caps2 |= (MMC_CAP2_BOOTPART_NOACC |
|
||||
MMC_CAP2_DETECT_ON_ERR);
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_CACHE_CTRL;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_INIT_BKOPS;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_POWEROFF_NOTIFY;
|
||||
msm_host->mmc->caps2 |= MMC_CAP2_CLK_SCALE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue