Skip to content

Commit 7320d41

Browse files
skayodesfllag-linaro
authored andcommitted
regulator: pf1550: Add support for regulator
Add regulator support for the pf1550 PMIC. Signed-off-by: Samuel Kayode <samuel.kayode@savoirfairelinux.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Mark Brown <broonie@kernel.org> Tested-by: Sean Nyekjaer <sean@geanix.com> Link: https://patch.msgid.link/20251001-pf1550-v12-3-a3302aa41687@savoirfairelinux.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent ebaec90 commit 7320d41

3 files changed

Lines changed: 439 additions & 0 deletions

File tree

drivers/regulator/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,15 @@ config REGULATOR_PV88090
10861086
Say y here to support the voltage regulators and convertors
10871087
on PV88090
10881088

1089+
config REGULATOR_PF1550
1090+
tristate "NXP PF1550 regulator"
1091+
depends on MFD_PF1550
1092+
help
1093+
Say y here to select this option to enable the regulators on
1094+
the PF1550 PMICs.
1095+
This driver controls the PF1550 regulators via I2C bus.
1096+
The regulators include three bucks and three ldos.
1097+
10891098
config REGULATOR_PWM
10901099
tristate "PWM voltage regulator"
10911100
depends on PWM

drivers/regulator/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
128128
obj-$(CONFIG_REGULATOR_PCA9450) += pca9450-regulator.o
129129
obj-$(CONFIG_REGULATOR_PF0900) += pf0900-regulator.o
130130
obj-$(CONFIG_REGULATOR_PF9453) += pf9453-regulator.o
131+
obj-$(CONFIG_REGULATOR_PF1550) += pf1550-regulator.o
131132
obj-$(CONFIG_REGULATOR_PF530X) += pf530x-regulator.o
132133
obj-$(CONFIG_REGULATOR_PF8X00) += pf8x00-regulator.o
133134
obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o

0 commit comments

Comments
 (0)