diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-12-05 20:29:19 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-12-26 14:36:55 +0300 |
commit | e601f0f9c966e5485a4b7d950082b97c81af3151 (patch) | |
tree | b55edec687915d8ff63c2c76c45ed40a978f869c /configs/imx8mn_ddr4_evk_defconfig | |
parent | 50b1a69cee0dc06d0c713a5a978998f2b4a9cb31 (diff) | |
download | u-boot-e601f0f9c966e5485a4b7d950082b97c81af3151.tar.xz |
configs: imx8m: enable eMMC HS400ES and SD UHS mode on EVK
i.MX8M series includes support for high speed modes in uSDHC controllers.
Turn on corresponding configuration options for EVK boards, which would
enable high speed modes to be included in U-Boot.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'configs/imx8mn_ddr4_evk_defconfig')
-rw-r--r-- | configs/imx8mn_ddr4_evk_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/imx8mn_ddr4_evk_defconfig b/configs/imx8mn_ddr4_evk_defconfig index 22e5f5aeea..41889c4624 100644 --- a/configs/imx8mn_ddr4_evk_defconfig +++ b/configs/imx8mn_ddr4_evk_defconfig @@ -65,6 +65,10 @@ CONFIG_DM_I2C=y CONFIG_SYS_I2C_MXC=y CONFIG_DM_MMC=y CONFIG_SUPPORT_EMMC_BOOT=y +CONFIG_MMC_IO_VOLTAGE=y +CONFIG_MMC_UHS_SUPPORT=y +CONFIG_MMC_HS400_ES_SUPPORT=y +CONFIG_MMC_HS400_SUPPORT=y CONFIG_FSL_ESDHC_IMX=y CONFIG_PHYLIB=y CONFIG_DM_ETH=y |