From 813c7372bbb5b8939c0e0ef04d1d16d97e489d75 Mon Sep 17 00:00:00 2001 From: vishnupatekar Date: Sun, 29 Nov 2015 01:07:21 +0800 Subject: sunxi: power: axp818: add support for axp818 driver AXP818 is rsb based PMIC and used on Allwinner A83T H8 Homlet dev board. It's registers are different and calculating reg config is different than that of earlier axp power ICs. DCDC1, DCDC2, DCDC3 and DCDC5 is implemented at the moment. all other voltages can be added subsequently. AXP datasheet is uploaded to wiki: http://linux-sunxi.org/File:AXP818_datasheet_Revision1.0.pdf Signed-off-by: Vishnu Patekar Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- drivers/power/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/power/Makefile') diff --git a/drivers/power/Makefile b/drivers/power/Makefile index a2d3c04..0fdbca3 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -9,6 +9,7 @@ obj-$(CONFIG_AS3722_POWER) += as3722.o obj-$(CONFIG_AXP152_POWER) += axp152.o obj-$(CONFIG_AXP209_POWER) += axp209.o obj-$(CONFIG_AXP221_POWER) += axp221.o +obj-$(CONFIG_AXP818_POWER) += axp818.o obj-$(CONFIG_EXYNOS_TMU) += exynos-tmu.o obj-$(CONFIG_FTPMU010_POWER) += ftpmu010.o obj-$(CONFIG_TPS6586X_POWER) += tps6586x.o -- cgit v1.1