diff options
| author | Judith Mendez <[email protected]> | 2024-04-16 11:21:15 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-04-29 10:53:41 -0600 |
| commit | b8c58ab84e72d3f2891441d17cfb921931fc3d29 (patch) | |
| tree | a60b2c77837933ffbabd4bc0a76a2a8bd87f9ba8 | |
| parent | 5ab013424eebca4e718d2d3815ece3c849a2ab1f (diff) | |
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 <[email protected]>
Acked-by: Bryan Brattlof <[email protected]>
| -rw-r--r-- | configs/am62px_evm_a53_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig index 638d2e90a6b..9f40c9a0b3c 100644 --- a/configs/am62px_evm_a53_defconfig +++ b/configs/am62px_evm_a53_defconfig @@ -114,6 +114,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 |
