diff options
author | Robin Gong <b38343@freescale.com> | 2012-03-13 16:57:48 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:23:55 +0800 |
commit | a3a9e63a2348ca99e862167e93ebf3e0edf7ff11 (patch) | |
tree | a0a0b3a2ce2a59b6c30027d0dfa8b8bb2a690799 /include | |
parent | b8ddcfe4ab38427bf027263efc24b1286a481ab1 (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.h | 4 |
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 { |