[PATCH V2 3/4] configs: imx8mn_beacon: Enable SPL_DM_PMIC_BD71837

2022-11-08 Thread sbabic
> 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 > Reviewed-by: Fabio Estevam > Reviewed-by: Peng Fan > diff --git a/configs/imx8mn_beacon_2g_defconfig > b/configs/

Re: [PATCH V2 3/4] configs: imx8mn_beacon: Enable SPL_DM_PMIC_BD71837

2022-10-24 Thread Peng Fan
On 10/22/2022 9:43 PM, Adam Ford wrote: 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 Better enable defconfig in the end, otherwise: Reviewed-by: Peng Fan diff

Re: [PATCH V2 3/4] configs: imx8mn_beacon: Enable SPL_DM_PMIC_BD71837

2022-10-22 Thread Fabio Estevam
On Sat, Oct 22, 2022 at 10:44 AM Adam Ford wrote: > > 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 Reviewed-by: Fabio Estevam

[PATCH V2 3/4] configs: imx8mn_beacon: Enable SPL_DM_PMIC_BD71837

2022-10-22 Thread Adam Ford
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 diff --git a/configs/imx8mn_beacon_2g_defconfig b/configs/imx8mn_beacon_2g_defconfig index 5708ba5c69..4931f836f0 100644 --