aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/regulator/Makefile
diff options
context:
space:
mode:
authorFelix Brack <fb@ltec.ch>2017-11-30 13:52:37 +0100
committerSimon Glass <sjg@chromium.org>2017-12-12 19:53:45 -0700
commit854dfbf99b89c114ba100905e1500b8ace60e0f9 (patch)
tree974352b6d1d3c195f95acb3096c73672b59836bf /drivers/power/regulator/Makefile
parent8a5cbc065dfe1f258e3a7be823ea128184b90b5b (diff)
downloadu-boot-854dfbf99b89c114ba100905e1500b8ace60e0f9.zip
u-boot-854dfbf99b89c114ba100905e1500b8ace60e0f9.tar.gz
u-boot-854dfbf99b89c114ba100905e1500b8ace60e0f9.tar.bz2
power: pmic/regulator: Add basic support for TPS65910
Texas Instrument's TPS65910 PMIC contains 3 buck DC-DC converts, one boost DC-DC converter and 8 LDOs. This patch implements driver model support for the TPS65910 PMIC and its regulators making the get/set API for regulator value/enable available. This patch depends on the patch "am33xx: Add a function to query MPU voltage in uV" to build correctly. For boards relying on the DT include file tps65910.dtsi the v3 patch "power: extend prefix match to regulator-name property" and an appropriate regulator naming is also required. Signed-off-by: Felix Brack <fb@ltec.ch> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/power/regulator/Makefile')
-rw-r--r--drivers/power/regulator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/regulator/Makefile b/drivers/power/regulator/Makefile
index 6c149a9..7a2e76d 100644
--- a/drivers/power/regulator/Makefile
+++ b/drivers/power/regulator/Makefile
@@ -21,3 +21,4 @@ obj-$(CONFIG_$(SPL_)DM_REGULATOR_PALMAS) += palmas_regulator.o
obj-$(CONFIG_$(SPL_)DM_REGULATOR_PBIAS) += pbias_regulator.o
obj-$(CONFIG_$(SPL_)DM_REGULATOR_LP873X) += lp873x_regulator.o
obj-$(CONFIG_$(SPL_)DM_REGULATOR_LP87565) += lp87565_regulator.o
+obj-$(CONFIG_DM_REGULATOR_TPS65910) += tps65910_regulator.o