configs: j721e_evm_a72: Disable UHS mode

The J721E PM1 SoM board uses a TPS65917 PMIC with the MMC card IO
supply provided by LDO1 regulator. This regulator comes up in bypass
mode by default with the input supply at 3.3V. As such, the board
fails to boot with UHS mode enabled.

This can probably work if the regulator is switched into regular
operating mode, but there is no support for this PMIC in U-Boot.
So disable the UHS mode to have the boot functional on this board.

Signed-off-by: Suman Anna <s-anna@ti.com>
This commit is contained in:
Suman Anna 2021-06-04 16:51:57 -05:00 committed by Praneeth Bajjuri
parent 16b0fbe45b
commit c66dd9b846
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ CONFIG_K3_SEC_PROXY=y
CONFIG_DM_MMC=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_MMC_IO_VOLTAGE=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS200_SUPPORT=y
CONFIG_SPL_MMC_HS200_SUPPORT=y
CONFIG_MMC_SDHCI=y