mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
regulator: rockchip: lp8752: support lp8752 regulator
updata lp8752 driver. add devicetree bindings for lp8752. Change-Id: I21cdbde985d4663862b56c28429c41d9d3c38c36 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -386,6 +386,15 @@ config REGULATOR_LP873X
|
||||
voltage regulators. It supports software based voltage control
|
||||
for different voltage domains
|
||||
|
||||
config REGULATOR_LP8752
|
||||
tristate "TI LP8752 High Performance PMU driver"
|
||||
depends on I2C
|
||||
select REGMAP_I2C
|
||||
help
|
||||
This driver supports LP8752 High Performance PMU driver. This
|
||||
chip contains four step-down DC/DC converters which can support
|
||||
4 mode multiphase configuration.
|
||||
|
||||
config REGULATOR_LP8755
|
||||
tristate "TI LP8755 High Performance PMU driver"
|
||||
depends on I2C
|
||||
|
||||
@@ -53,6 +53,7 @@ obj-$(CONFIG_REGULATOR_LP873X) += lp873x-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_LP87565) += lp87565-regulator.o
|
||||
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
|
||||
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o
|
||||
obj-$(CONFIG_REGULATOR_LP8752) += lp8752.o
|
||||
obj-$(CONFIG_REGULATOR_LP8755) += lp8755.o
|
||||
obj-$(CONFIG_REGULATOR_LTC3589) += ltc3589.o
|
||||
obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o
|
||||
|
||||
Reference in New Issue
Block a user