public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: u-boot@lists.denx.de
Cc: Romain Naour <romain.naour@gmail.com>
Subject: [PATCH 1/4] ARM: omap3_beagle: Remove non-DM initialization
Date: Fri, 25 Feb 2022 12:18:31 +0100	[thread overview]
Message-ID: <20220225111834.231005-1-romain.naour@gmail.com> (raw)

With DM_MMC working for both SPL and U-Boot, this patch removes
the legacy style of initializing the MMC driver.

Based on omap3_logic: 42140dd0962bc134c0aad27524d0f4cc3955f255.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 board/ti/beagle/beagle.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 888a958491..d5a122af2b 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle.c
@@ -500,13 +500,6 @@ void set_muxconf_regs(void)
 	MUX_BEAGLE();
 }
 
-#if defined(CONFIG_MMC)
-int board_mmc_init(struct bd_info *bis)
-{
-	return omap_mmc_init(0, 0, 0, -1, -1);
-}
-#endif
-
 #if defined(CONFIG_MMC)
 void board_mmc_power_init(void)
 {
-- 
2.35.1


             reply	other threads:[~2022-02-25 12:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-25 11:18 Romain Naour [this message]
2022-02-25 11:18 ` [PATCH 2/4] ARM: omap3_beagle: Power on MMC when setting up PMIC Romain Naour
2022-03-14 13:07   ` Tom Rini
2022-02-25 11:18 ` [PATCH 3/4] ARM: omap3_beagle: Enable Pinctrl Romain Naour
2022-03-14 13:07   ` Tom Rini
2022-02-25 11:18 ` [PATCH 4/4] ARM: omap3_beagle: Enable DM_PMIC and DM_REGULATOR Romain Naour
2022-03-14 13:07   ` Tom Rini
2022-03-14 13:07 ` [PATCH 1/4] ARM: omap3_beagle: Remove non-DM initialization 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=20220225111834.231005-1-romain.naour@gmail.com \
    --to=romain.naour@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