]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00176649-1 sabrelite_SD ARD pfuze: update pfuze driver for pfuze100 1.0
authorRobin Gong <b38343@freescale.com>
Tue, 13 Mar 2012 08:57:48 +0000 (16:57 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:12 +0000 (14:11 +0200)
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>
include/linux/mfd/pfuze.h

index 38c4e24740ec91e362eab3c83abaa54b2c798cba..92e34afcd71ffcc9bfc06bec370654d392d32597 100644 (file)
@@ -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 {