All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] imx8mm_beacon: Enable fixed regulator in SPL
@ 2020-12-30 14:14 Adam Ford
  2020-12-30 14:14 ` [PATCH 2/2] ARM: dts: imx8mm-beacon: add UHS and HS400/HS400ES properties Adam Ford
  2021-01-23 15:49 ` [PATCH 1/2] imx8mm_beacon: Enable fixed regulator in SPL sbabic at denx.de
  0 siblings, 2 replies; 10+ messages in thread
From: Adam Ford @ 2020-12-30 14:14 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-01-23 15:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-30 14:14 [PATCH 1/2] imx8mm_beacon: Enable fixed regulator in SPL Adam Ford
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

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.