sdci: fix Phytium sdci driver probe failed

An invalid parameter takes effect on linux-5.x, replace with another parameter

Reviewed-by: Hongbo Mao <maohongbo@phytium.com.cn>
(cherry picked from commit 1195435707)
Signed-off-by: Alex Shi <alexsshi@tencent.com>
This commit is contained in:
Malloy Liu 2023-06-21 10:54:57 +08:00 committed by Jianping Liu
parent 39a3bb7fe8
commit 4be74ee1be
1 changed files with 1 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ static int phytium_sdci_probe(struct platform_device *pdev)
return -ENODEV;
}
acpi_dma_configure(dev, DEV_DMA_NOT_SUPPORTED);
acpi_dma_configure(dev, DEV_DMA_NON_COHERENT);
host->clk_rate = 600000000;
} else {