]> git.ipfire.org Git - thirdparty/u-boot.git/commit
power: regulator: ADD PMIC PF9453 support 1023/head
authorJoy Zou <joy.zou@nxp.com>
Thu, 23 Jul 2026 13:21:57 +0000 (15:21 +0200)
committerPeng Fan <peng.fan@nxp.com>
Wed, 29 Jul 2026 03:15:56 +0000 (11:15 +0800)
commit602726cb300992cd98ceea72e9ea08aa37a92a0c
tree81bc4248e3342ffce768b822ed84bd4bbe2223c8
parent4233fbe4e39a67c9d0cd6f04471ec9039f0514a5
power: regulator: ADD PMIC PF9453 support

Add regulator support for NXP PMIC pf9453 for imx91 qsb.

Reviewed-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Rebased [1] on main and LDO SNVS access / checkpatch fixed. See also [2]
[1] https://patchwork.ozlabs.org/project/uboot/patch/20240930035531.27079-4-peng.fan@oss.nxp.com/
[2] https://lists.u-boot-project.org/pipermail/u-boot/2026-July/625613.html
Signed-off-by: Krzysztof DrobiƄski <krzysztof@kd-solutions.pl>
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/pf9453.c [new file with mode: 0644]