[PATCH v2 2/4] imx8mp: verdin: Convert to DM_PMIC
Ernest Van Hoecke
ernestvanhoecke at gmail.com
Wed Apr 1 16:52:37 CEST 2026
On Mon, Mar 30, 2026 at 10:04:04PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan at nxp.com>
>
> Convert the board to use DM_PMIC instead of the legacy SPL I2C/PMIC
> handling.
>
> Changes include:
> - Enable DM_PMIC, DM_PMIC_PCA9450, and SPL_DM_PMIC_PCA9450 in defconfig.
> - Drop legacy SPL I2C and PMIC options.
> - Remove manual I2C1 pad setup and legacy power_pca9450_init() usage.
> - Use DM-based pmic_get() with the DT node "pmic at 25".
> - Update PMIC register programming to use struct udevice API.
>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
Hi Peng,
Thanks for your work on this.
Tested-by: Ernest Van Hoecke <ernest.vanhoecke at toradex.com>
More information about the U-Boot
mailing list