diff mbox series

[1/2] imx8mm_beacon: Enable fixed regulator in SPL

Message ID 20201230141421.2860212-1-aford173@gmail.com
State Accepted
Commit 018f7eaf4d1a863cdad3cadf699183a57a26e20f
Delegated to: Stefano Babic
Headers show
Series [1/2] imx8mm_beacon: Enable fixed regulator in SPL | expand

Commit Message

Adam Ford Dec. 30, 2020, 2:14 p.m. UTC
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>

Comments

Stefano Babic Jan. 23, 2021, 3:49 p.m. UTC | #1
> 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
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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