Skip to content

Commit

Permalink
regulator: adp5055: Add driver for adp5055
Browse files Browse the repository at this point in the history
Add ADI ADP5055 triple buck regulator driver support.

Signed-off-by: Alexis Czezar Torreno <[email protected]>
  • Loading branch information
actorreno committed Feb 5, 2025
1 parent b9aafa4 commit fff25dc
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/regulator/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ config REGULATOR_AD5398
This driver supports AD5398 and AD5821 current regulator chips.
If building into module, its name is ad5398.ko.

config REGULATOR_ADP5055
tristate "Analog Devices ADP5055 Triple Buck Regulator"
depends on I2C
help
This driver controls an Analog Devices ADP5055 with triple buck
regulators using an I2C interface.

Say M here if you want to include support for the regulator as a
module.

config REGULATOR_ANATOP
tristate "Freescale i.MX on-chip ANATOP LDO regulators"
depends on ARCH_MXC || COMPILE_TEST
Expand Down
1 change: 1 addition & 0 deletions drivers/regulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ obj-$(CONFIG_REGULATOR_AB8500) += ab8500-ext.o ab8500.o
obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
obj-$(CONFIG_REGULATOR_ACT8945A) += act8945a-regulator.o
obj-$(CONFIG_REGULATOR_AD5398) += ad5398.o
obj-$(CONFIG_REGULATOR_ADP5055) += adp5055-regulator.o
obj-$(CONFIG_REGULATOR_ANATOP) += anatop-regulator.o
obj-$(CONFIG_REGULATOR_ARIZONA_LDO1) += arizona-ldo1.o
obj-$(CONFIG_REGULATOR_ARIZONA_MICSUPP) += arizona-micsupp.o
Expand Down
Loading

0 comments on commit fff25dc

Please sign in to comment.