summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Makefile
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2017-06-07 16:38:28 +0300
committerJaehoon Chung <jh80.chung@samsung.com>2017-06-09 14:25:16 +0300
commitcdad57a7c1ab7c226f3997245229445b628a5f2a (patch)
treea60991c21bc9874895d333b6ec10f290f1744347 /drivers/power/pmic/Makefile
parent97525647227df6c00f63fc5ee41ad8d353ab6708 (diff)
downloadu-boot-cdad57a7c1ab7c226f3997245229445b628a5f2a.tar.xz
power: pmic: lp87565: Add the basic pmic support
Add support to bind the regulators/child nodes with the pmic. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/power/pmic/Makefile')
-rw-r--r--drivers/power/pmic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/pmic/Makefile b/drivers/power/pmic/Makefile
index f409e3a0b3..f488799a92 100644
--- a/drivers/power/pmic/Makefile
+++ b/drivers/power/pmic/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
obj-$(CONFIG_PMIC_S5M8767) += s5m8767.o
obj-$(CONFIG_$(SPL_)PMIC_PALMAS) += palmas.o
obj-$(CONFIG_$(SPL_)PMIC_LP873X) += lp873x.o
+obj-$(CONFIG_$(SPL_)PMIC_LP87565) += lp87565.o
obj-$(CONFIG_POWER_LTC3676) += pmic_ltc3676.o
obj-$(CONFIG_POWER_MAX77696) += pmic_max77696.o