diff mbox series

[3/4] ti816x_evm: Enable DM_MMC

Message ID 20200630165650.9540-3-trini@konsulko.com
State Accepted
Commit 9ccd840cca6dce435138fdecaf302eb197d3971e
Delegated to: Tom Rini
Headers show
Series [1/4] am335x: Update list of defconfigs | expand

Commit Message

Tom Rini June 30, 2020, 4:56 p.m. UTC
This platform is already using DM in general and the MMC controller is
the early generation of what is compatible with "ti,omap4-hsmmc" so
enable DM_MMC (which in turn gets BLK enabled).

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 configs/ti816x_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini June 30, 2020, 9:15 p.m. UTC | #1
On Tue, Jun 30, 2020 at 12:56:49PM -0400, Tom Rini wrote:

> This platform is already using DM in general and the MMC controller is
> the early generation of what is compatible with "ti,omap4-hsmmc" so
> enable DM_MMC (which in turn gets BLK enabled).
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

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

Patch

diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig
index 17aa6a02067c..033d35df4d02 100644
--- a/configs/ti816x_evm_defconfig
+++ b/configs/ti816x_evm_defconfig
@@ -47,6 +47,7 @@  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_DM=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_OMAP24XX=y
+CONFIG_DM_MMC=y
 CONFIG_MMC_OMAP_HS=y
 CONFIG_MTD=y
 CONFIG_MTD_RAW_NAND=y