public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/4] ti816x_evm: Enable DM_MMC
Date: Tue, 30 Jun 2020 12:56:49 -0400	[thread overview]
Message-ID: <20200630165650.9540-3-trini@konsulko.com> (raw)
In-Reply-To: <20200630165650.9540-1-trini@konsulko.com>

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(+)

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

  parent reply	other threads:[~2020-06-30 16:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30 16:56 [PATCH 1/4] am335x: Update list of defconfigs Tom Rini
2020-06-30 16:56 ` [PATCH 2/4] omap3_beagle: Disable USB support Tom Rini
2020-06-30 17:07   ` Adam Ford
2020-06-30 17:14     ` Tom Rini
2020-06-30 17:35       ` Adam Ford
2020-06-30 18:48         ` Tom Rini
2020-06-30 18:49   ` Tom Rini
2020-06-30 16:56 ` Tom Rini [this message]
2020-06-30 21:15   ` [PATCH 3/4] ti816x_evm: Enable DM_MMC Tom Rini
2020-06-30 16:56 ` [PATCH 4/4] ti814x: Remove platform Tom Rini
2020-06-30 21:15   ` Tom Rini
2020-06-30 21:15 ` [PATCH 1/4] am335x: Update list of defconfigs Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200630165650.9540-3-trini@konsulko.com \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox