summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2015-01-08 16:29:22 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-04-14 14:02:23 -0500
commit69729a4ec3a4be465915af933aee570c0ca4c471 (patch)
tree44cbdb757444600e969ef842bc49b462ff05c5c0 /include
parentee01d495571e0722ffc5fa8fb8bbc100a08f868e (diff)
MLK-10244-6 regulator: pfuze100-regulator: add pfuze3000 support
Add pfuze3000 chip support. Signed-off-by: Robin Gong <b38343@freescale.com> (cherry picked from commit e874ae660887ea364d332b84eda45eb7c73da323)
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/pfuze100.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/include/linux/regulator/pfuze100.h b/include/linux/regulator/pfuze100.h
index 364f7a7c43db..130c7cde8294 100644
--- a/include/linux/regulator/pfuze100.h
+++ b/include/linux/regulator/pfuze100.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2011-2015 Freescale Semiconductor, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -49,6 +49,20 @@
#define PFUZE200_VGEN5 11
#define PFUZE200_VGEN6 12
+#define PFUZE3000_SW1A 0
+#define PFUZE3000_SW1B 1
+#define PFUZE3000_SW2 2
+#define PFUZE3000_SW3 3
+#define PFUZE3000_SWBST 4
+#define PFUZE3000_VSNVS 5
+#define PFUZE3000_VREFDDR 6
+#define PFUZE3000_VLDO1 7
+#define PFUZE3000_VLDO2 8
+#define PFUZE3000_VCCSD 9
+#define PFUZE3000_V33 10
+#define PFUZE3000_VLDO3 11
+#define PFUZE3000_VLDO4 12
+
struct regulator_init_data;
struct pfuze_regulator_platform_data {