]> git.baikalelectronics.ru Git - uboot.git/commitdiff
configs: imx8mn_beacon: Enable SPL_DM_PMIC_BD71837
authorAdam Ford <aford173@gmail.com>
Sat, 22 Oct 2022 13:43:43 +0000 (08:43 -0500)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Nov 2022 16:35:00 +0000 (17:35 +0100)
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>
configs/imx8mn_beacon_2g_defconfig
configs/imx8mn_beacon_defconfig

index 862d9847b6039747b1e72d3efd33cec155c14c36..94a8e85847b2a27e979f30c1fec570cd24ede734 100644 (file)
@@ -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
index c9d0b646177c187bb3fdc1939573df12d9b4938b..b2c26637e2f62fb4005c0e292020e1f50bbf313a 100644 (file)
@@ -124,6 +124,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