diff options
author | Adam Ford <aford173@gmail.com> | 2022-10-22 08:43:43 -0500 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-11-08 17:35:00 +0100 |
commit | f2fe18fa3826e67c66d8a30a056fadc81a9966c9 (patch) | |
tree | c892b1b76a1256019f872ac6c3d70b45aff8a7e6 /configs/imx8mn_beacon_2g_defconfig | |
parent | 899f291bd16fd710acb2b9b6942da8c538c4f781 (diff) | |
download | u-boot-f2fe18fa3826e67c66d8a30a056fadc81a9966c9.tar.gz |
configs: imx8mn_beacon: Enable SPL_DM_PMIC_BD71837
To properly operate the Nano with LPDDR4 at 1.6GHz, the
voltage needs to be adjusted before DDR is initialized.
Enable the PMIC in SPL to do this.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/imx8mn_beacon_2g_defconfig')
-rw-r--r-- | configs/imx8mn_beacon_2g_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mn_beacon_2g_defconfig b/configs/imx8mn_beacon_2g_defconfig index 862d9847b6..94a8e85847 100644 --- a/configs/imx8mn_beacon_2g_defconfig +++ b/configs/imx8mn_beacon_2g_defconfig @@ -120,6 +120,7 @@ CONFIG_PINCTRL_IMX8M=y CONFIG_DM_PMIC=y # CONFIG_SPL_PMIC_CHILDREN is not set CONFIG_DM_PMIC_BD71837=y +CONFIG_SPL_DM_PMIC_BD71837=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_BD71837=y CONFIG_DM_REGULATOR_FIXED=y |