summaryrefslogtreecommitdiff
path: root/configs/imx8mm_beacon_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-12-30 17:14:19 +0300
committerStefano Babic <sbabic@denx.de>2021-01-23 13:30:31 +0300
commit018f7eaf4d1a863cdad3cadf699183a57a26e20f (patch)
treed92121f84c723e3a89a4fe0c33722bb4bd48f021 /configs/imx8mm_beacon_defconfig
parente9624f304d367ebc3b815c28639a14a7091869af (diff)
downloadu-boot-018f7eaf4d1a863cdad3cadf699183a57a26e20f.tar.xz
imx8mm_beacon: Enable fixed regulator in SPL
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>
Diffstat (limited to 'configs/imx8mm_beacon_defconfig')
-rw-r--r--configs/imx8mm_beacon_defconfig1
1 files changed, 1 insertions, 0 deletions
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