summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-08-07 16:43:44 +0800
committerPrzemyslaw Marczak <p.marczak@samsung.com>2015-08-12 11:04:49 +0200
commit3e91a6d0d6cd78feb64996e694b6f8f00e456f27 (patch)
treea7ed417b9e22bed2212e366c989b07e7a74100bd
parent40ade2ce58ed57fe1bff20265b3e015710ff862e (diff)
downloadtalos-obmc-uboot-3e91a6d0d6cd78feb64996e694b6f8f00e456f27.tar.gz
talos-obmc-uboot-3e91a6d0d6cd78feb64996e694b6f8f00e456f27.zip
power: pmic: pfuze100 support driver model
1. Support driver model for pfuze100. 2. Introduce a new Kconfig entry DM_PMIC_PFUZE100 for pfuze100 3. This driver intends to support PF100, PF200 and PF3000, so add the device id into the udevice_id array. 4. Rename PMIC_NUM_OF_REGS macro to PFUZE100_NUM_OF_REGS. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
-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 6ef149aee7..25b3f92e4f 100644
--- a/drivers/power/pmic/Makefile
+++ b/drivers/power/pmic/Makefile
@@ -7,6 +7,7 @@
obj-$(CONFIG_DM_PMIC) += pmic-uclass.o
obj-$(CONFIG_DM_PMIC_MAX77686) += max77686.o
+obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze100.o
obj-$(CONFIG_DM_PMIC_SANDBOX) += sandbox.o i2c_pmic_emul.o
obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
obj-$(CONFIG_PMIC_S5M8767) += s5m8767.o
OpenPOWER on IntegriCloud