summaryrefslogtreecommitdiffstats
path: root/drivers/power/pmic/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-07 22:01:40 -0600
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 17:25:46 +0900
commit2c94611d5f6dc5b49c02806dfdaacf6b27a5da83 (patch)
tree2de1434c2087597eb46af6e58c9c4e00af6971f8 /drivers/power/pmic/Makefile
parent83d937803ad344234da8abdf616d4c1563a12e04 (diff)
downloadblackbird-obmc-uboot-2c94611d5f6dc5b49c02806dfdaacf6b27a5da83.tar.gz
blackbird-obmc-uboot-2c94611d5f6dc5b49c02806dfdaacf6b27a5da83.zip
cros_ec: power: Add a tunnelled version of the tps65090 driver
Unfortunately on Pit the AP has no direct access to the tps65090 but must talk through the EC (over SPI) to the EC's I2C bus. When driver model supports PMICs this will be relatively easy. In the meantime the best approach is to duplicate the driver. It will be refactored once driver model support is expanded. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Ajay Kumar <ajaykumar.rs@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@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 a472f61f88..0b766112c0 100644
--- a/drivers/power/pmic/Makefile
+++ b/drivers/power/pmic/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_POWER_MUIC_MAX8997) += muic_max8997.o
obj-$(CONFIG_POWER_MAX77686) += pmic_max77686.o
obj-$(CONFIG_POWER_PFUZE100) += pmic_pfuze100.o
obj-$(CONFIG_POWER_TPS65090) += pmic_tps65090.o
+obj-$(CONFIG_POWER_TPS65090_EC) += pmic_tps65090_ec.o
obj-$(CONFIG_POWER_TPS65217) += pmic_tps65217.o
obj-$(CONFIG_POWER_TPS65218) += pmic_tps65218.o
obj-$(CONFIG_POWER_TPS65910) += pmic_tps65910.o
OpenPOWER on IntegriCloud