diff options
author | Michael Walle <michael@walle.cc> | 2021-03-17 17:01:35 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-03-19 17:35:19 +0300 |
commit | 73e553a280b1b0464c44dc912c8e47e5ba379208 (patch) | |
tree | 7d3b0198e2f462339def7232073d968988cb02a2 /configs/kontron_sl28_defconfig | |
parent | 93cac85d78d9f105ff2e4651c558607acef93b64 (diff) | |
download | u-boot-73e553a280b1b0464c44dc912c8e47e5ba379208.tar.xz |
board: sl28: disable HS400 mode
Since commit 8ee802f899ef ("mmc: fsl_esdhc: make sure delay chain locked
for HS400") HS400 mode is unreliable on LS1028A SoCs. Some workarounds are
missing for this SoC.
Disable HS400 mode for now.
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'configs/kontron_sl28_defconfig')
-rw-r--r-- | configs/kontron_sl28_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig index 1c781e091c..0c6c1911d9 100644 --- a/configs/kontron_sl28_defconfig +++ b/configs/kontron_sl28_defconfig @@ -70,7 +70,7 @@ CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_I2C_DEFAULT_BUS_NUMBER=0 CONFIG_I2C_MUX=y CONFIG_DM_MMC=y -CONFIG_MMC_HS400_SUPPORT=y +CONFIG_MMC_HS200_SUPPORT=y CONFIG_FSL_ESDHC=y CONFIG_FSL_ESDHC_SUPPORT_ADMA2=y CONFIG_DM_SPI_FLASH=y |