MCI_DW in PIO mode doesn't work for me. We should search for the reason, but in the end we want to do DMA anyway, which works here. Disable PIO mode for now. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/configs/rockchip_v8_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/rockchip_v8_defconfig b/arch/arm/configs/rockchip_v8_defconfig index dce22036f2..339247cc1c 100644 --- a/arch/arm/configs/rockchip_v8_defconfig +++ b/arch/arm/configs/rockchip_v8_defconfig @@ -111,7 +111,6 @@ CONFIG_MCI=y CONFIG_MCI_STARTUP=y CONFIG_MCI_MMC_BOOT_PARTITIONS=y CONFIG_MCI_DW=y -CONFIG_MCI_DW_PIO=y CONFIG_MCI_ROCKCHIP_DWCMSHC=y CONFIG_MCI_ARASAN=y CONFIG_MFD_ACT8846=y -- 2.30.2