diff mbox series

configs: j721e_*_evm_a72_defconfig: Enable config for setting mmc speed mode

Message ID 20220216055724.9816-1-a-govindraju@ti.com
State Accepted
Commit 4403e1a31cca73d516c2302e2950ddc8ea7d0c37
Delegated to: Tom Rini
Headers show
Series configs: j721e_*_evm_a72_defconfig: Enable config for setting mmc speed mode | expand

Commit Message

Aswath Govindraju Feb. 16, 2022, 5:57 a.m. UTC
Enable config for setting mmc speed mode from U-Boot command line.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 configs/j721e_evm_a72_defconfig    | 1 +
 configs/j721e_hs_evm_a72_defconfig | 1 +
 2 files changed, 2 insertions(+)

Comments

Tom Rini March 5, 2022, 4:35 p.m. UTC | #1
On Wed, Feb 16, 2022 at 11:27:24AM +0530, Aswath Govindraju wrote:

> Enable config for setting mmc speed mode from U-Boot command line.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/j721e_evm_a72_defconfig b/configs/j721e_evm_a72_defconfig
index 8f412d65a8ac..c7a3f52762ec 100644
--- a/configs/j721e_evm_a72_defconfig
+++ b/configs/j721e_evm_a72_defconfig
@@ -190,3 +190,4 @@  CONFIG_UFS=y
 CONFIG_CADENCE_UFS=y
 CONFIG_TI_J721E_UFS=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_MMC_SPEED_MODE_SET=y
diff --git a/configs/j721e_hs_evm_a72_defconfig b/configs/j721e_hs_evm_a72_defconfig
index ae184b035878..6479f9baff0c 100644
--- a/configs/j721e_hs_evm_a72_defconfig
+++ b/configs/j721e_hs_evm_a72_defconfig
@@ -162,3 +162,4 @@  CONFIG_UFS=y
 CONFIG_CADENCE_UFS=y
 CONFIG_TI_J721E_UFS=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_MMC_SPEED_MODE_SET=y