diff options
author | James Ban <James.Ban.opensource@diasemi.com> | 2015-12-08 10:57:29 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-08 18:21:06 +0000 |
commit | c90456e36d9c89de0b6e9c8f21003208e0ad7f13 (patch) | |
tree | 76f66fc06e1c4b046f1f1a6ec42303267e43f1c5 /drivers/regulator/Makefile | |
parent | f307a7e9b7af401d459d26f98497c9cec766a41f (diff) | |
download | linux-c90456e36d9c89de0b6e9c8f21003208e0ad7f13.tar.bz2 |
regulator: pv88090: new regulator driver
This is the driver for the Powerventure PV88090 BUCKs and LDOs regulator.
It communicates via an I2C bus to the device.
Signed-off-by: James Ban <James.Ban.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index b11c8a4f873a..29cda9d53787 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -67,6 +67,7 @@ obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o +obj-$(CONFIG_REGULATOR_PV88090) += pv88090-regulator.o obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o |