Message ID | 20221021073025.18831-3-wenchao.chen666@gmail.com |
---|---|
State | New |
Headers | show |
Series | mmc: block: Support Host to control FUA | expand |
diff --git a/drivers/mmc/host/sdhci-sprd.c b/drivers/mmc/host/sdhci-sprd.c index b92a408f138d..d426624196f4 100644 --- a/drivers/mmc/host/sdhci-sprd.c +++ b/drivers/mmc/host/sdhci-sprd.c @@ -586,6 +586,8 @@ static int sdhci_sprd_probe(struct platform_device *pdev) host->mmc->caps = MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_WAIT_WHILE_BUSY; + host->mmc->fua_disable = true; + ret = mmc_of_parse(host->mmc); if (ret) goto pltfm_free;