summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2012-03-13 16:57:48 +0800
committerEric Nelson <eric.nelson@boundarydevices.com>2012-08-28 09:44:17 -0700
commitad8669f977ee33bd3bb06f72c40195edc7ab78ac (patch)
treeaf20e73487f625c2656de6f7ed4ca7372433e828 /include
parent0501acb2c36b803e8294b91fd1d944f704bda781 (diff)
ENGR00176649-1 sabrelite_SD ARD pfuze: update pfuze driver for pfuze100 1.0
Since some power rail is differnet between pfuze100 0.1 and pfuze100 1.0, remove PFUZE100_FIRST_VERSION and change PFUZE100_SW4_VOL6 define. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/pfuze.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/pfuze.h b/include/linux/mfd/pfuze.h
index 38c4e24740ec..92e34afcd71f 100644
--- a/include/linux/mfd/pfuze.h
+++ b/include/linux/mfd/pfuze.h
@@ -87,8 +87,8 @@ unsigned int pfuze_get_flags(struct mc_pfuze *mc_pfuze);
#define PFUZE100_VGEN6 15
#define PFUZE100_SW2_VOL6 1
#define PFUZE100_SW3_VOL6 0
-#define PFUZE100_SW4_VOL6 0
-#define PFUZE100_FIRST_VERSION
+#define PFUZE100_SW4_VOL6 1
+/*#define PFUZE100_FIRST_VERSION*/
struct regulator_init_data;
struct pfuze_regulator_init_data {