diff options
author | Keerthy <j-keerthy@ti.com> | 2016-09-30 09:34:03 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-10-11 10:17:06 -0600 |
commit | 99785de83e8198b5d5468453d49a8735b048983d (patch) | |
tree | 651cabede3462d6d9d51e3ab4658bd3da7bb73d0 /drivers/power/regulator/Makefile | |
parent | ca1de0b5456e630522c0afe5a556e6851b8afe1e (diff) | |
download | u-boot-99785de83e8198b5d5468453d49a8735b048983d.tar.gz |
power: regulator: lp873x: Add regulator support
The driver provides regulator set/get voltage
enable/disable functions for lp873x family of PMICs.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/power/regulator/Makefile')
-rw-r--r-- | drivers/power/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/regulator/Makefile b/drivers/power/regulator/Makefile index c979b51b59..6002c88a6c 100644 --- a/drivers/power/regulator/Makefile +++ b/drivers/power/regulator/Makefile @@ -17,3 +17,4 @@ obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o obj-$(CONFIG_DM_REGULATOR_SANDBOX) += sandbox.o obj-$(CONFIG_REGULATOR_TPS65090) += tps65090_regulator.o obj-$(CONFIG_$(SPL_)DM_REGULATOR_PALMAS) += palmas_regulator.o +obj-$(CONFIG_$(SPL_)DM_REGULATOR_LP873X) += lp873x_regulator.o |