All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option
@ 2024-04-16 16:21 Judith Mendez
  2024-04-19 20:33 ` Bryan Brattlof
  2024-04-29 23:03 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Judith Mendez @ 2024-04-16 16:21 UTC (permalink / raw
  To: Vignesh Raghavendra, Bryan Brattlof
  Cc: Tom Rini, Andrew Davis, u-boot, Simon Glass

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
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option
  2024-04-16 16:21 [PATCH v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option Judith Mendez
@ 2024-04-19 20:33 ` Bryan Brattlof
  2024-04-29 23:03 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Bryan Brattlof @ 2024-04-19 20:33 UTC (permalink / raw
  To: Judith Mendez
  Cc: Vignesh Raghavendra, Tom Rini, Andrew Davis, u-boot, Simon Glass

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option
  2024-04-16 16:21 [PATCH v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option Judith Mendez
  2024-04-19 20:33 ` Bryan Brattlof
@ 2024-04-29 23:03 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2024-04-29 23:03 UTC (permalink / raw
  To: Vignesh Raghavendra, Bryan Brattlof, Judith Mendez
  Cc: Andrew Davis, u-boot, Simon Glass

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!

-- 
Tom



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-29 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-16 16:21 [PATCH v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option Judith Mendez
2024-04-19 20:33 ` Bryan Brattlof
2024-04-29 23:03 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.