Skip to content

Commit a7feb6c

Browse files
committed
regulator: lt8722: Add driver for LT8722
Add ADI LT8722 full bridge DC/DC converter driver support. Signed-off-by: Ramon Cristopher M. Calam <[email protected]>
1 parent 69492f5 commit a7feb6c

File tree

3 files changed

+712
-0
lines changed

3 files changed

+712
-0
lines changed

drivers/regulator/Kconfig

+10
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,16 @@ 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 && OF
520+
help
521+
This driver controls an Analog Devices LT8722 ultracompact 4A, 15V,
522+
full bridge driver with SPI interface.
523+
524+
Say M here if you want to include support for the regulator as a
525+
module.
526+
517527
config REGULATOR_LTC3589
518528
tristate "LTC3589 8-output voltage regulator"
519529
depends on I2C

drivers/regulator/Makefile

+1
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)