projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9624f3
)
imx8mm_beacon: Enable fixed regulator in SPL
author
Adam Ford
<aford173@gmail.com>
Wed, 30 Dec 2020 14:14:19 +0000
(08:14 -0600)
committer
Stefano Babic
<sbabic@denx.de>
Sat, 23 Jan 2021 10:30:31 +0000
(11:30 +0100)
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>
configs/imx8mm_beacon_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx8mm_beacon_defconfig
b/configs/imx8mm_beacon_defconfig
index
49d5453
..
b0ea87a
100644
(file)
--- 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