Re: [PATCH 1/2] imx8mp_evk: Convert to DM_PMIC

2023-12-13 Thread Fabio Estevam
On Wed, Oct 18, 2023 at 4:17 PM Fabio Estevam wrote: > > From: Fabio Estevam > > Currently, the imx8mp_evk uses the non-DM code to initialize the PMIC. > > Convert to DM_PMIC, which is the recommended way to access the PMIC. > > While at it, fix multi-line comments style. > > Signed-off-by:

Re: [PATCH 1/2] imx8mp_evk: Convert to DM_PMIC

2023-10-19 Thread Peng Fan
On 10/19/2023 3:17 AM, Fabio Estevam wrote: From: Fabio Estevam Currently, the imx8mp_evk uses the non-DM code to initialize the PMIC. Convert to DM_PMIC, which is the recommended way to access the PMIC. While at it, fix multi-line comments style. Signed-off-by: Fabio Estevam

[PATCH 1/2] imx8mp_evk: Convert to DM_PMIC

2023-10-18 Thread Fabio Estevam
From: Fabio Estevam Currently, the imx8mp_evk uses the non-DM code to initialize the PMIC. Convert to DM_PMIC, which is the recommended way to access the PMIC. While at it, fix multi-line comments style. Signed-off-by: Fabio Estevam --- arch/arm/dts/imx8mp-evk-u-boot.dtsi | 18 ++-