Skip to content

Commit b2c99e2

Browse files
committed
regulator: lt8722: Add ADI LT8722 support
Add ADI LT8722 full bridge DC/DC converter driver support. Signed-off-by: Ramon Cristopher M. Calam <ramoncristopher.calam@analog.com>
1 parent da4b984 commit b2c99e2

File tree

3 files changed

+653
-0
lines changed

3 files changed

+653
-0
lines changed

drivers/regulator/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,17 @@ config REGULATOR_LP8788
514514
help
515515
This driver supports LP8788 voltage regulator chip.
516516

517+
config REGULATOR_LT8722
518+
tristate "LT8722 ultracompact full bridge driver with SPI"
519+
depends on SPI
520+
depends on OF
521+
help
522+
This driver controls an Analog Devices LT8722 ultracompact 4A, 15V,
523+
full bridge driver with SPI interface.
524+
525+
Say M here if you want to include support for the regulator as a
526+
module.
527+
517528
config REGULATOR_LTC3589
518529
tristate "LTC3589 8-output voltage regulator"
519530
depends on I2C

drivers/regulator/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ obj-$(CONFIG_REGULATOR_LP87565) += lp87565-regulator.o
6363
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
6464
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o
6565
obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o
66+
obj-$(CONFIG_REGULATOR_LT8722) += lt8722-regulator.o
6667
obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o
6768
obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o
6869
obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o

0 commit comments

Comments
 (0)