From 2dc8409772dee15b08c07a9c6985cbcdabb1253c Mon Sep 17 00:00:00 2001 From: Elaine Zhang Date: Tue, 26 Apr 2016 16:03:58 +0800 Subject: [PATCH] regulator: rockchip: lp8752: support lp8752 regulator updata lp8752 driver. add devicetree bindings for lp8752. Change-Id: I21cdbde985d4663862b56c28429c41d9d3c38c36 Signed-off-by: Elaine Zhang --- drivers/regulator/Kconfig | 9 +++++++++ drivers/regulator/Makefile | 1 + 2 files changed, 10 insertions(+) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 329cdd33ed62..7f6af895e623 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -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 diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 801d9a34a203..ffa7f0971060 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -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