MMC0 in Exynos7870 devices (supported by this board variant) can be initialized in HS400ES mode. Enable the respective config option.
Signed-off-by: Kaustabh Chakraborty <[email protected]> --- configs/exynos-mobile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/exynos-mobile_defconfig b/configs/exynos-mobile_defconfig index 45ab998bb45..0272222e608 100644 --- a/configs/exynos-mobile_defconfig +++ b/configs/exynos-mobile_defconfig @@ -47,6 +47,7 @@ CONFIG_MISC=y CONFIG_MMC_BROKEN_CD=y CONFIG_MMC_IO_VOLTAGE=y CONFIG_MMC_UHS_SUPPORT=y +CONFIG_MMC_HS400_ES_SUPPORT=y CONFIG_MMC_HS400_SUPPORT=y CONFIG_MMC_DW=y CONFIG_PHY=y -- 2.53.0

