diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-01-21 19:00:25 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-02-04 12:00:58 +0100 |
commit | c966c7b97779d60cf954cd2fca261c0ca1689f14 (patch) | |
tree | c32e95f095e2ace80760e637118626e9abacaa7e /configs/mx7dsabresd_defconfig | |
parent | 51313b49f2b80753fe0cf245be1c49a99dd156ba (diff) | |
download | u-boot-c966c7b97779d60cf954cd2fca261c0ca1689f14.tar.gz |
imx: mx7dsabresd: enable UHS and HS200
Enable UHS and HS200 for mx7dsabresd.
Read Speed improvement:
Kingston SD10VG2/16GB SDHC 3.0 card
22.2MB/s -> 73.7MB/s
eMMC5.0 MTFC8GACAEAM:
68MB/s -> 87MB/s
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'configs/mx7dsabresd_defconfig')
-rw-r--r-- | configs/mx7dsabresd_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx7dsabresd_defconfig b/configs/mx7dsabresd_defconfig index 310c176083..9fd75b573b 100644 --- a/configs/mx7dsabresd_defconfig +++ b/configs/mx7dsabresd_defconfig @@ -41,6 +41,9 @@ CONFIG_DM_GPIO=y CONFIG_DM_74X164=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y +CONFIG_MMC_IO_VOLTAGE=y +CONFIG_MMC_UHS_SUPPORT=y +CONFIG_MMC_HS200_SUPPORT=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_EON=y CONFIG_PHYLIB=y |