public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Amit Singh Tomar <atomar25opensource@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 6/6] configs: Enable mmc support
Date: Sun, 13 Dec 2020 15:38:36 +0530	[thread overview]
Message-ID: <1607854116-19754-7-git-send-email-atomar25opensource@gmail.com> (raw)
In-Reply-To: <1607854116-19754-1-git-send-email-atomar25opensource@gmail.com>

From: Amit Singh Tomar <amittomer25@gmail.com>

This commits enables mmc on the Actions Cubieboard7 board.

Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
---
 configs/cubieboard7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/cubieboard7_defconfig b/configs/cubieboard7_defconfig
index 64dc593..d1ee862 100644
--- a/configs/cubieboard7_defconfig
+++ b/configs/cubieboard7_defconfig
@@ -14,3 +14,6 @@ CONFIG_PHY_REALTEK=y
 CONFIG_RTL8201F_PHY_S700_RMII_TIMINGS=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_ETH_DESIGNWARE_S700=y
+CONFIG_DM_MMC=y
+CONFIG_MMC_OWL=y
+CONFIG_CMD_MMC=y
-- 
2.7.4

      parent reply	other threads:[~2020-12-13 10:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-13 10:08 [PATCH 0/6] Add MMC/SD support for S700 Amit Singh Tomar
2020-12-13 10:08 ` [PATCH 1/6] clk: actions: Introduce dummy get/set_rate callbacks Amit Singh Tomar
2020-12-13 10:08 ` [PATCH 2/6] clk: actions: Add SD/MMC clocks Amit Singh Tomar
2020-12-13 10:08 ` [PATCH 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7 Amit Singh Tomar
2020-12-13 10:08 ` [PATCH 4/6] ARM: dts: s700: add MMC/SD controller node Amit Singh Tomar
2020-12-13 10:08 ` [PATCH 5/6] mmc: actions: add MMC driver for Actions OWL S700 Amit Singh Tomar
2020-12-14  0:49   ` Jaehoon Chung
2020-12-14 14:42     ` Amit Tomar
2020-12-14 13:56   ` André Przywara
2020-12-14 15:02     ` Amit Tomar
2020-12-14 15:43       ` André Przywara
2020-12-13 10:08 ` Amit Singh Tomar [this message]

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=1607854116-19754-7-git-send-email-atomar25opensource@gmail.com \
    --to=atomar25opensource@gmail.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