diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-08 07:26:51 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-08 07:26:51 -0500 |
commit | 3f2d4bf462825c106ef7a06a16ec8d5c07ef8949 (patch) | |
tree | 888249df042361929005b06649f09c3896d6e8db /drivers/power/regulator/Makefile | |
parent | 0be2ecd4861faa410491170e205488f9ee82a227 (diff) | |
parent | 72077fe160068d2e3d848ca5464d5cbef244eca0 (diff) |
Merge branch '2019-11-07-ti-imports'
- LogicPD platform fixes
- Adaptive Voltage Scaling (AVS) support
- Minor bugfixes
Diffstat (limited to 'drivers/power/regulator/Makefile')
-rw-r--r-- | drivers/power/regulator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/regulator/Makefile b/drivers/power/regulator/Makefile index 6a3d4bbee4..b611c901ba 100644 --- a/drivers/power/regulator/Makefile +++ b/drivers/power/regulator/Makefile @@ -26,4 +26,6 @@ obj-$(CONFIG_$(SPL_)DM_REGULATOR_LP873X) += lp873x_regulator.o obj-$(CONFIG_$(SPL_)DM_REGULATOR_LP87565) += lp87565_regulator.o obj-$(CONFIG_$(SPL_)DM_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o obj-$(CONFIG_DM_REGULATOR_TPS65910) += tps65910_regulator.o +obj-$(CONFIG_DM_REGULATOR_TPS62360) += tps62360_regulator.o obj-$(CONFIG_$(SPL_)DM_REGULATOR_STPMIC1) += stpmic1.o +obj-$(CONFIG_DM_REGULATOR_TPS65941) += tps65941_regulator.o |