summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2015-09-11 13:28:16 +0800
committerRobin Gong <b38343@freescale.com>2015-09-28 18:10:14 +0800
commit19708058f049be9a5dcc81943d1b9a14080367e8 (patch)
tree01db37cd23abff601f4cf9cd689d65cb8b2063e9 /include
parentb436254cd55dc0d2ebb6d2ca7ce5f58520ea5dbc (diff)
MLK-11621 regulator: pfuze100: add pfuze3001 support
add pfuze3001 support. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/pfuze100.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/regulator/pfuze100.h b/include/linux/regulator/pfuze100.h
index 130c7cde8294..6f2c6b5e624d 100644
--- a/include/linux/regulator/pfuze100.h
+++ b/include/linux/regulator/pfuze100.h
@@ -63,6 +63,18 @@
#define PFUZE3000_VLDO3 11
#define PFUZE3000_VLDO4 12
+#define PFUZE3001_SW1 0
+#define PFUZE3001_SW2 1
+#define PFUZE3001_SW3 2
+#define PFUZE3001_VSNVS 3
+#define PFUZE3001_VREFDDR 4
+#define PFUZE3001_VLDO1 5
+#define PFUZE3001_VLDO2 6
+#define PFUZE3001_VCCSD 7
+#define PFUZE3001_V33 8
+#define PFUZE3001_VLDO3 9
+#define PFUZE3001_VLDO4 10
+
struct regulator_init_data;
struct pfuze_regulator_platform_data {