]> www.infradead.org Git - users/jedix/linux-maple.git/commit
regulator: pf9453: add PMIC PF9453 support
authorJoy Zou <joy.zou@nxp.com>
Fri, 14 Mar 2025 15:23:47 +0000 (11:23 -0400)
committerMark Brown <broonie@kernel.org>
Sun, 16 Mar 2025 23:34:01 +0000 (23:34 +0000)
commit0959b6706325bf147f253841eea312e27a3bf013
treefd01db716e89c44a56d2613cec21f08b06aef942
parent276c2fe14632a393c1b4d418e4fc2d9d656e1c30
regulator: pf9453: add PMIC PF9453 support

Support new PMIC PF9453, which is totally difference with PCA9450. So
create new file for it.

The PF9453 is a single chip Power Management IC (PMIC) specifically
designed for i.MX 91 processor. It provides power supply solutions for IoT
(Internet of Things), smart appliance, and portable applications where size
and efficiency are critical. The device provides four high efficiency
step-down regulators, three LDOs, one 400 mA load switch and 32.768 kHz
crystal oscillator driver.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20250314-pf9453-v5-2-ab0cf1f871b0@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/pf9453-regulator.c [new file with mode: 0644]