diff mbox series

[v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option

Message ID 20240416162115.2743405-1-jm@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option | expand

Commit Message

Judith Mendez April 16, 2024, 4:21 p.m. UTC
Enable MMC UHS support for to allow to enter the UHS
modes for MMC1.

Signed-off-by: Judith Mendez <jm@ti.com>
---
Changes since v1:
- Fix typo in patch description
---

 configs/am62px_evm_a53_defconfig | 2 ++
 1 file changed, 2 insertions(+)


base-commit: bc39e06778168a34bb4e0a34fbee4edbde4414d8

Comments

Bryan Brattlof April 19, 2024, 8:33 p.m. UTC | #1
On April 16, 2024 thus sayeth Judith Mendez:
> Enable MMC UHS support for to allow to enter the UHS
> modes for MMC1.
> 

s/support for/support/

Though it doesn't really matter to me. ;)

> Signed-off-by: Judith Mendez <jm@ti.com>
> ---
> Changes since v1:
> - Fix typo in patch description
> ---
> 
>  configs/am62px_evm_a53_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 

Thanks for finally getting MMC sorted so we can enable these configs

Acked-by: Bryan Brattlof <bb@ti.com>

~Bryan
Tom Rini April 29, 2024, 11:03 p.m. UTC | #2
On Tue, 16 Apr 2024 11:21:15 -0500, Judith Mendez wrote:

> Enable MMC UHS support for to allow to enter the UHS
> modes for MMC1.
> 
> 

Applied to u-boot/master, thanks!
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