From: Doug Brown Date: Mon, 16 Jan 2023 19:43:55 +0000 (-0800) Subject: mmc: sdhci-pxav2: enable CONFIG_MMC_SDHCI_IO_ACCESSORS X-Git-Tag: v6.6.7~3391^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e764395080184544aa963b0dead24c01d1ca3b0e;p=platform%2Fkernel%2Flinux-starfive.git mmc: sdhci-pxav2: enable CONFIG_MMC_SDHCI_IO_ACCESSORS Enable CONFIG_MMC_SDHCI_IO_ACCESSORS for the pxav2 driver. The read_w callback is needed for a silicon bug workaround in the PXA168. Signed-off-by: Doug Brown Acked-by: Adrian Hunter Link: https://lore.kernel.org/r/20230116194401.20372-3-doug@schmorgal.com Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 5e19a96..b9e9185 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -360,6 +360,7 @@ config MMC_SDHCI_PXAV2 depends on MMC_SDHCI_PLTFM depends on ARCH_MMP || COMPILE_TEST default CPU_PXA910 + select MMC_SDHCI_IO_ACCESSORS help This selects the Marvell(R) PXAV2 SD Host Controller. If you have a PXA9XX platform with SD Host Controller