Skip to content

Commit

Permalink
regulator: lt8722: Add driver for LT8722
Browse files Browse the repository at this point in the history
Add ADI LT8722 full bridge DC/DC converter driver support.

Signed-off-by: Ramon Cristopher M. Calam <[email protected]>
  • Loading branch information
rccalam committed Nov 8, 2024
1 parent 69492f5 commit a7feb6c
Show file tree
Hide file tree
Showing 3 changed files with 712 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 @@ -514,6 +514,16 @@ config REGULATOR_LP8788
help
This driver supports LP8788 voltage regulator chip.

config REGULATOR_LT8722
tristate "LT8722 ultracompact full bridge driver with SPI"
depends on SPI && OF
help
This driver controls an Analog Devices LT8722 ultracompact 4A, 15V,
full bridge driver with SPI interface.

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

config REGULATOR_LTC3589
tristate "LTC3589 8-output voltage regulator"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/regulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ obj-$(CONFIG_REGULATOR_LP87565) += lp87565-regulator.o
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o
obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o
obj-$(CONFIG_REGULATOR_LT8722) += lt8722-regulator.o
obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o
obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o
obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o
Expand Down
Loading

0 comments on commit a7feb6c

Please sign in to comment.