diff options
| author | Joy Zou <joy.zou@nxp.com> | 2025-03-14 11:23:47 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-03-16 23:34:01 +0000 |
| commit | 0959b6706325bf147f253841eea312e27a3bf013 (patch) | |
| tree | fd01db716e89c44a56d2613cec21f08b06aef942 /drivers/regulator/Kconfig | |
| parent | 276c2fe14632a393c1b4d418e4fc2d9d656e1c30 (diff) | |
| download | linux-next-0959b6706325bf147f253841eea312e27a3bf013.tar.gz linux-next-0959b6706325bf147f253841eea312e27a3bf013.zip | |
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>
Diffstat (limited to 'drivers/regulator/Kconfig')
| -rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 1236b3a1f93f..807d07067951 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -981,6 +981,13 @@ config REGULATOR_PCA9450 Say y here to support the NXP PCA9450A/PCA9450B/PCA9450C PMIC regulator driver. +config REGULATOR_PF9453 + tristate "NXP PF9453 regulator driver" + depends on I2C + select REGMAP_I2C + help + Say y here to support the NXP PF9453 PMIC regulator driver. + config REGULATOR_PCAP tristate "Motorola PCAP2 regulator driver" depends on EZX_PCAP |
