All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Ford <aford173@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 1/2] imx8mm_beacon: Enable fixed regulator in SPL
Date: Wed, 30 Dec 2020 08:14:19 -0600	[thread overview]
Message-ID: <20201230141421.2860212-1-aford173@gmail.com> (raw)

Because SPL can support SD UHS, the fixed regulator needs to be
enabled in SPL to reset the SD card.

Fixes: 1a5d9c84b472 ("imx8mm_beacon: Enable HS400 on MMC controller")
Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig
index 49d5453078..b0ea87a58c 100644
--- a/configs/imx8mm_beacon_defconfig
+++ b/configs/imx8mm_beacon_defconfig
@@ -95,6 +95,7 @@ CONFIG_SPL_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_BD71837=y
 CONFIG_SPL_DM_REGULATOR_BD71837=y
 CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_SPL_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_CONS_INDEX=2
 CONFIG_DM_SERIAL=y
-- 
2.25.1

             reply	other threads:[~2020-12-30 14:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-30 14:14 Adam Ford [this message]
2020-12-30 14:14 ` [PATCH 2/2] ARM: dts: imx8mm-beacon: add UHS and HS400/HS400ES properties Adam Ford
2020-12-30 14:22   ` Fabio Estevam
2020-12-30 14:45     ` Adam Ford
2020-12-30 15:24       ` Fabio Estevam
2020-12-30 16:29         ` Adam Ford
2020-12-30 16:34           ` Fabio Estevam
2020-12-30 17:44             ` Adam Ford
2020-12-30 17:47               ` Fabio Estevam
2021-01-23 15:49 ` [PATCH 1/2] imx8mm_beacon: Enable fixed regulator in SPL sbabic at denx.de

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=20201230141421.2860212-1-aford173@gmail.com \
    --to=aford173@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.