From 7de2ef567d59696d9a2c2508b5f251ad89ae0faa Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 21 Feb 2018 15:00:33 +0900 Subject: [PATCH] ARM64: tizen_bcmrpi3_defconfig: enable MMC_BCM2835_MMC config Enable older bcm2835 driver instead of latest bcm2835 driver. Before enable MMC_BCM2835_MMC config, Wifi doesn't work. (Because SDIO interface didn't initialized.) Change-Id: I53b5f276e4f57612a0e8af03544d2ae82c75b1ef Signed-off-by: Jaehoon Chung --- arch/arm64/configs/tizen_bcmrpi3_defconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index fedc2403..cffe3fc 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -3186,7 +3186,9 @@ CONFIG_MMC_BLOCK_MINORS=32 # # MMC/SD/SDIO Host Controller Drivers # -# CONFIG_MMC_BCM2835_MMC is not set +CONFIG_MMC_BCM2835_MMC=y +CONFIG_MMC_BCM2835_DMA=y +CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2 CONFIG_MMC_BCM2835_SDHOST=y # CONFIG_MMC_DEBUG is not set # CONFIG_MMC_ARMMMCI is not set @@ -3202,7 +3204,7 @@ CONFIG_MMC_SDHCI_PLTFM=y # CONFIG_MMC_VUB300 is not set # CONFIG_MMC_USHC is not set # CONFIG_MMC_USDHI6ROL0 is not set -CONFIG_MMC_BCM2835=y +# CONFIG_MMC_BCM2835 is not set # CONFIG_MMC_MTK is not set # CONFIG_MMC_SDHCI_XENON is not set # CONFIG_MEMSTICK is not set -- 2.7.4