public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Derald D. Woods" <woods.technical@gmail.com>
To: u-boot@lists.denx.de
Cc: trini@konsulko.com, "Derald D. Woods" <woods.technical@gmail.com>
Subject: [PATCH 1/3] ARM: omap3: evm: Power on MMC when setting up PMIC
Date: Sun, 15 May 2022 22:25:03 -0500	[thread overview]
Message-ID: <20220516032505.183211-2-woods.technical@gmail.com> (raw)
In-Reply-To: <20220516032505.183211-1-woods.technical@gmail.com>

This commit copies the related code changes from the BeagleBoard.

Reference:
- https://source.denx.de/u-boot/u-boot/-/commit/848cfe098f59c47a2542385513fb554430b874d6

Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
---
 board/ti/evm/evm.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/board/ti/evm/evm.c b/board/ti/evm/evm.c
index 96434b3ba0..39b5c706a9 100644
--- a/board/ti/evm/evm.c
+++ b/board/ti/evm/evm.c
@@ -159,6 +159,7 @@ void get_board_mem_timings(struct board_sdrc_timings *timings)
 int misc_init_r(void)
 {
 	twl4030_power_init();
+	twl4030_power_mmc_init(0);
 
 #if defined(CONFIG_SMC911X)
 	setup_net_chip();
@@ -247,10 +248,3 @@ static void reset_net_chip(void)
 	gpio_set_value(rst_gpio, 1);
 }
 #endif /* CONFIG_SMC911X */
-
-#if defined(CONFIG_MMC)
-void board_mmc_power_init(void)
-{
-	twl4030_power_mmc_init(0);
-}
-#endif /* CONFIG_MMC */
-- 
2.36.1


  reply	other threads:[~2022-05-16  3:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16  3:25 [PATCH 0/3] Updates for omap3-evm Derald D. Woods
2022-05-16  3:25 ` Derald D. Woods [this message]
2022-06-10 21:39   ` [PATCH 1/3] ARM: omap3: evm: Power on MMC when setting up PMIC Tom Rini
2022-05-16  3:25 ` [PATCH 2/3] ARM: omap3: evm: Complete DM_I2C migration Derald D. Woods
2022-06-10 21:39   ` Tom Rini
2022-05-16  3:25 ` [PATCH 3/3] ARM: omap3: evm: Fix 'fitImage' booting Derald D. Woods
2022-06-10 21:39   ` Tom Rini
2022-06-06 15:09 ` [PATCH 0/3] Updates for omap3-evm Derald Woods
2022-06-06 15:16   ` Tom Rini
2022-06-06 20:49     ` Derald Woods

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=20220516032505.183211-2-woods.technical@gmail.com \
    --to=woods.technical@gmail.com \
    --cc=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