diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2019-01-22 11:46:08 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-23 15:50:18 +0000 |
commit | 99ea37bd1e7d727bb54c0c4a46708b3e6aa01180 (patch) | |
tree | b1e192de8fc19064f3b59467d5c1acf808404c27 /drivers/regulator/Makefile | |
parent | fd805d99352c89b5cc1ca62ca5644840c9f02f07 (diff) | |
download | linux-99ea37bd1e7d727bb54c0c4a46708b3e6aa01180.tar.bz2 |
regulator: bd70528: Support ROHM BD70528 regulator block
BD70528MWV is an ultra-low Iq general purpose single-chip power
management IC for battery-powered portable devices.
Add support for controlling 3 bucks and 3 LDOs present in
ROHM BD70528.
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.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 b12e1c9b2118..960406952119 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o obj-$(CONFIG_REGULATOR_AXP20X) += axp20x-regulator.o obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o +obj-$(CONFIG_REGULATOR_BD70528) += bd70528-regulator.o obj-$(CONFIG_REGULATOR_BD718XX) += bd718x7-regulator.o obj-$(CONFIG_REGULATOR_BD9571MWV) += bd9571mwv-regulator.o obj-$(CONFIG_REGULATOR_DA903X) += da903x.o |