eMMC: enable inline crypto. [1/1]

PD#SWPL-168577

Problem:
need enable inlinecrypt

Solution:
enable inlinecrypt function

Verify:
S7,S7D

Change-Id: Ia7b5781ecfc1d5ec99ca1158e687033dcf9581be
Signed-off-by: Long <long.yu@amlogic.com>
Signed-off-by: Luan Yuan <luan.yuan@amlogic.com>
This commit is contained in:
Long
2024-05-24 19:59:13 +08:00
committed by Luan Yuan
parent d672a57147
commit c6def0ad44
+3 -3
View File
@@ -4243,10 +4243,10 @@ static int meson_mmc_remove(struct platform_device *pdev)
dma_free_coherent(host->dev, SD_EMMC_DESC_BUF_LEN,
host->descs, host->descs_dma_addr);
#if IS_ENABLED(CONFIG_AMLOGIC_MMC_CQHCI)
dma_free_coherent(host->dev, SD_EMMC_DESC_BUF_LEN,
if (MMC_HOST_VERSION(host) == MMC_HOST_V8 && aml_card_type_mmc(host))
dma_free_coherent(host->dev, SD_EMMC_DESC_BUF_LEN,
host->sg_descs, host->sg_descs_dma_addr);
#endif
if (!host->dram_access_quirk)
dma_free_coherent(host->dev, host->bounce_buf_size,
host->bounce_buf, host->bounce_dma_addr);