diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 16:55:30 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-02 21:28:23 -0600 |
commit | 9119820b6bd5a8131ae5d5f6f352ba657fe889a6 (patch) | |
tree | 569910a8492a1767da092c67838afde3d483fdc2 /drivers/power/regulator/Makefile | |
parent | d2c88f7d528a3490dc3ce5317db39c0912bd2de1 (diff) | |
download | blackbird-obmc-uboot-9119820b6bd5a8131ae5d5f6f352ba657fe889a6.tar.gz blackbird-obmc-uboot-9119820b6bd5a8131ae5d5f6f352ba657fe889a6.zip |
power: regulator: Add a driver for ACT8846 regulators
Add a full regulator driver for the ACT8846. This provides easy access to
voltage and current settings for each regulator.
Signed-off-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 7035936a35..c85978e024 100644 --- a/drivers/power/regulator/Makefile +++ b/drivers/power/regulator/Makefile @@ -6,6 +6,7 @@ # obj-$(CONFIG_DM_REGULATOR) += regulator-uclass.o +obj-$(CONFIG_REGULATOR_ACT8846) += act8846.o obj-$(CONFIG_DM_REGULATOR_MAX77686) += max77686.o obj-$(CONFIG_DM_REGULATOR_PFUZE100) += pfuze100.o obj-$(CONFIG_DM_REGULATOR_FIXED) += fixed.o |