diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-07-11 07:30:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-11 12:30:32 +0300 |
commit | 9df4f90954c860b9715f8fbca521781d8d5cf280 (patch) | |
tree | 81285b7c966a57e6fd1dd5d5c8eade5864981780 /drivers/regulator/Makefile | |
parent | 64a7b80ba6ee80f64d36e59331d14b1d25cf7006 (diff) | |
download | linux-9df4f90954c860b9715f8fbca521781d8d5cf280.tar.xz |
regulator: uniphier: add regulator driver for UniPhier SoC
Initial commit to add support for regulators implemented in UniPhier SoCs.
This supports USB VBUS only.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.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 bd818ceb7c72..b7839f41591e 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -118,6 +118,7 @@ obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o obj-$(CONFIG_REGULATOR_TPS80031) += tps80031-regulator.o obj-$(CONFIG_REGULATOR_TPS65132) += tps65132-regulator.o obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o twl6030-regulator.o +obj-$(CONFIG_REGULATOR_UNIPHIER) += uniphier-regulator.o obj-$(CONFIG_REGULATOR_VCTRL) += vctrl-regulator.o obj-$(CONFIG_REGULATOR_VEXPRESS) += vexpress-regulator.o obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o |