]> git.ipfire.org Git - thirdparty/u-boot.git/commit
imx8mq: evk: Migrate to DM PMIC framework
authorPeng Fan <peng.fan@nxp.com>
Tue, 21 Apr 2026 13:41:22 +0000 (21:41 +0800)
committerFabio Estevam <festevam@gmail.com>
Tue, 21 Apr 2026 23:49:40 +0000 (20:49 -0300)
commit186011ec8d1372b78cf99fb303974f57ac67598e
tree36742100c3d114708dac5f1bb9a3b95f04838247
parent64e99567648b9da26fd3a5eca9625b841425f593
imx8mq: evk: Migrate to DM PMIC framework

Migrate the i.MX8MQ EVK board to the Driver Model (DM) PMIC framework.
This replaces legacy PMIC handling with DM_PMIC and enables proper
device-model support during SPL.

As part of this transition, enable CONFIG_SPL_DM and the required
DM subsystems such as I2C, PINCTRL, MMC, GPIO, and regulators so the
SPL boot flow continues to work correctly.

Board-specific SPL code is simplified accordingly by removing legacy
I2C, USDHC, and PMIC handling, relying instead on device tree
descriptions and DM drivers.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/imx8mq-evk-u-boot.dtsi
board/nxp/imx8mq_evk/spl.c
configs/imx8mq_evk_defconfig