summaryrefslogtreecommitdiff
path: root/include/linux/regulator/act8865.h
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2015-02-27 20:04:04 +0300
committerMark Brown <broonie@kernel.org>2015-03-06 22:43:28 +0300
commitdf3a950e4e7386027fc174566aa5c24781297be8 (patch)
treece30a71ac46f22349eeb5d7153fd0da3718aa06a /include/linux/regulator/act8865.h
parentc517d838eb7d07bbe9507871fab3931deccff539 (diff)
downloadlinux-df3a950e4e7386027fc174566aa5c24781297be8.tar.xz
regulator: act8865: Add act8600 support
This patch adds act8600 support to the act8865 driver. VBUS and USB charger supported by this chip can be added later Tested on MIPS Creator CI20 Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator/act8865.h')
-rw-r--r--include/linux/regulator/act8865.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/regulator/act8865.h b/include/linux/regulator/act8865.h
index b6c4909b33af..15fa8f2d35c9 100644
--- a/include/linux/regulator/act8865.h
+++ b/include/linux/regulator/act8865.h
@@ -19,6 +19,19 @@
#include <linux/regulator/machine.h>
enum {
+ ACT8600_ID_DCDC1,
+ ACT8600_ID_DCDC2,
+ ACT8600_ID_DCDC3,
+ ACT8600_ID_SUDCDC4,
+ ACT8600_ID_LDO5,
+ ACT8600_ID_LDO6,
+ ACT8600_ID_LDO7,
+ ACT8600_ID_LDO8,
+ ACT8600_ID_LDO9,
+ ACT8600_ID_LDO10,
+};
+
+enum {
ACT8865_ID_DCDC1,
ACT8865_ID_DCDC2,
ACT8865_ID_DCDC3,
@@ -46,6 +59,7 @@ enum {
};
enum {
+ ACT8600,
ACT8865,
ACT8846,
};