diff mbox

[U-Boot,4/4] defconfig: k2g_evm_defconfig: Enable mmc driver model

Message ID 20160810135406.17255-5-nsekhar@ti.com
State Accepted
Commit ba92cd74d227b0d3f39c2452513055c1477697e9
Headers show

Commit Message

Sekhar Nori Aug. 10, 2016, 1:54 p.m. UTC
K2G can benefit from driver model support in the
MMC/SD driver it uses: omap_hsmmc

Enable driver model MMC support for K2G.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 configs/k2g_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Mugunthan V N Aug. 10, 2016, 3:52 p.m. UTC | #1
On Wednesday 10 August 2016 07:24 PM, Sekhar Nori wrote:
> K2G can benefit from driver model support in the
> MMC/SD driver it uses: omap_hsmmc
> 
> Enable driver model MMC support for K2G.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
> ---

Acked-by: Mugunthan V N <mugunthanvnm@ti.com>

Regards
Mugunthan V N
Tom Rini Aug. 10, 2016, 4:27 p.m. UTC | #2
On Wed, Aug 10, 2016 at 07:24:06PM +0530, Sekhar Nori wrote:

> K2G can benefit from driver model support in the
> MMC/SD driver it uses: omap_hsmmc
> 
> Enable driver model MMC support for K2G.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/configs/k2g_evm_defconfig b/configs/k2g_evm_defconfig
index 5d44e8deb3d1..825de72f9488 100644
--- a/configs/k2g_evm_defconfig
+++ b/configs/k2g_evm_defconfig
@@ -32,6 +32,7 @@  CONFIG_DM_SPI_FLASH=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_DM_ETH=y
+CONFIG_DM_MMC=y
 CONFIG_REMOTEPROC_TI_POWER=y
 CONFIG_SYS_NS16550=y
 CONFIG_USB=y