diff mbox series

configs: am62px_evm_a53_defconfig: Enable MMC UHS config option

Message ID 20240408160136.1325821-1-jm@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series configs: am62px_evm_a53_defconfig: Enable MMC UHS config option | expand

Commit Message

Judith Mendez April 8, 2024, 4:01 p.m. UTC
Enable MMC UHS support for to allow to enter the UHS
modes for MMC0.

Signed-off-by: Judith Mendez <jm@ti.com>
---
 configs/am62px_evm_a53_defconfig | 2 ++
 1 file changed, 2 insertions(+)


base-commit: bc39e06778168a34bb4e0a34fbee4edbde4414d8

Comments

Judith Mendez April 16, 2024, 4:23 p.m. UTC | #1
Hi all,

On 4/8/24 11:01 AM, Judith Mendez wrote:
> Enable MMC UHS support for to allow to enter the UHS
> modes for MMC0.
> 

I have sent v2 for this patch since there was a typo in
the patch description.

~ Judith
diff mbox series

Patch

diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig
index 2621abb8ce1..d1ae18bedf6 100644
--- a/configs/am62px_evm_a53_defconfig
+++ b/configs/am62px_evm_a53_defconfig
@@ -115,6 +115,8 @@  CONFIG_FS_LOADER=y
 CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_MMC_IO_VOLTAGE=y
 CONFIG_SPL_MMC_IO_VOLTAGE=y
+CONFIG_MMC_UHS_SUPPORT=y
+CONFIG_SPL_MMC_UHS_SUPPORT=y
 CONFIG_MMC_HS400_SUPPORT=y
 CONFIG_SPL_MMC_HS400_SUPPORT=y
 CONFIG_MMC_SDHCI=y