regulator: mp8865: add regulator driver for MP8865

Change-Id: I5fa8423e5d1e301a008dcdfd60f93c442f6211a8
Signed-off-by: Zain Wang <wzz@rock-chips.com>
This commit is contained in:
Zain Wang
2016-03-18 21:17:09 +08:00
committed by Tao Huang
parent 3460073ee9
commit 346fd0aa53
2 changed files with 8 additions and 0 deletions

View File

@@ -569,6 +569,13 @@ config REGULATOR_MC13892
Say y here to support the regulators found on the Freescale MC13892
PMIC.
config REGULATOR_MP8865
tristate "MPS MP8865 Power Regulator"
depends on I2C
select REGMAP_I2C
help
This driver supports MP8865 voltage regulator chip.
config REGULATOR_MT6311
tristate "MediaTek MT6311 PMIC"
depends on I2C

View File

@@ -74,6 +74,7 @@ obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o
obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o
obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o
obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o
obj-$(CONFIG_REGULATOR_MP8865) += mp8865-regulator.o
obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o
obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o
obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o