Skip to content

Commit 0959b67

Browse files
1991Joyzoubroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Frank Li <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 276c2fe commit 0959b67

File tree

3 files changed

+887
-0
lines changed

3 files changed

+887
-0
lines changed

drivers/regulator/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,13 @@ config REGULATOR_PCA9450
981981
Say y here to support the NXP PCA9450A/PCA9450B/PCA9450C PMIC
982982
regulator driver.
983983

984+
config REGULATOR_PF9453
985+
tristate "NXP PF9453 regulator driver"
986+
depends on I2C
987+
select REGMAP_I2C
988+
help
989+
Say y here to support the NXP PF9453 PMIC regulator driver.
990+
984991
config REGULATOR_PCAP
985992
tristate "Motorola PCAP2 regulator driver"
986993
depends on EZX_PCAP

drivers/regulator/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
123123
obj-$(CONFIG_REGULATOR_QCOM_USB_VBUS) += qcom_usb_vbus-regulator.o
124124
obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
125125
obj-$(CONFIG_REGULATOR_PCA9450) += pca9450-regulator.o
126+
obj-$(CONFIG_REGULATOR_PF9453) += pf9453-regulator.o
126127
obj-$(CONFIG_REGULATOR_PF8X00) += pf8x00-regulator.o
127128
obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
128129
obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o

0 commit comments

Comments
 (0)