aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-02 18:15:58 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:12 -0600
commit151b223b9c4e309d65166558afdfa0ce3c3b3213 (patch)
tree624862264958849dea9b13287d14b29e9ee130d9 /drivers/power/pmic/Makefile
parent7fb57396e632126867c360e0dc0700db3d059aef (diff)
downloadu-boot-151b223b9c4e309d65166558afdfa0ce3c3b3213.zip
u-boot-151b223b9c4e309d65166558afdfa0ce3c3b3213.tar.gz
u-boot-151b223b9c4e309d65166558afdfa0ce3c3b3213.tar.bz2
dm: power: Add a new driver for the TPS65090 PMIC
The existing TPS65090 driver does not support driver model. Add a new one that does. This can be used as a base for a regulator driver also. It uses the standard device tree binding. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@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 4ad6df3..43b706b 100644
--- a/drivers/power/pmic/Makefile
+++ b/drivers/power/pmic/Makefile
@@ -8,6 +8,7 @@
obj-$(CONFIG_DM_PMIC) += pmic-uclass.o
obj-$(CONFIG_DM_PMIC_MAX77686) += max77686.o
obj-$(CONFIG_DM_PMIC_SANDBOX) += sandbox.o i2c_pmic_emul.o
+obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
obj-$(CONFIG_POWER_LTC3676) += pmic_ltc3676.o
obj-$(CONFIG_POWER_MAX77696) += pmic_max77696.o
obj-$(CONFIG_POWER_MAX8998) += pmic_max8998.o