[PATCH V2 2/2] mmc: sdhci-sprd: enable fua_disable for SPRDSDHCI

From: Wenchao Chen
Date: Fri Oct 21 2022 - 03:31:12 EST


From: Wenchao Chen <wenchao.chen@xxxxxxxxxx>

Enable fua_disable in sdhci_sprd_probe.

Signed-off-by: Wenchao Chen <wenchao.chen@xxxxxxxxxx>
---
drivers/mmc/host/sdhci-sprd.c | 2 ++
1 file changed, 2 insertions(+)

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;
--
2.17.1