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

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(+)
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
base-commit: bc39e06778168a34bb4e0a34fbee4edbde4414d8

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
participants (3)
-
Bryan Brattlof
-
Judith Mendez
-
Tom Rini