Skip to content

Commit 2fdc09e

Browse files
committed
uboot: disable hs200 mode to fix emmc detection on cn9132 cex7
There is some buggy logic in selecting emmc modes where once a uhs mode was tried all lower modes fail. If however only DDR and SDR modes are attempted, then the SDR at 52MHz succeeds.
1 parent b7983d7 commit 2fdc09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/u-boot/cn913x_additions.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ CONFIG_CMD_WDT=y
3434
CONFIG_SPI_FLASH_WINBOND=y
3535
# CONFIG_ENV_SPI_MAX_HZ is not set
3636
# CONFIG_MMC_BROKEN_CD is not set
37+
# CONFIG_MMC_HS200_SUPPORT is not set

0 commit comments

Comments
 (0)