diff options
author | Rong Dian <b38775@freescale.com> | 2012-09-10 18:07:21 +0800 |
---|---|---|
committer | Rong Dian <b38775@freescale.com> | 2012-09-12 14:10:46 +0800 |
commit | fb4aa1bb751bac62deff8cca5c7985c25fcba982 (patch) | |
tree | eb6a04446158fb105f5dd3b3d10746c2568502a2 /include | |
parent | 77d20a691393a98e2b3dcd1e7eeb319b59f80d77 (diff) |
ENGR00223679-2 battery: Add battery driver support for mx6sl_evk
Add battery driver support for mx6sl_evk.
Signed-off-by: Rong Dian <b38775@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/power/sabresd_battery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power/sabresd_battery.h b/include/linux/power/sabresd_battery.h index c251a748a0db..463fa90afdb6 100644 --- a/include/linux/power/sabresd_battery.h +++ b/include/linux/power/sabresd_battery.h @@ -38,6 +38,7 @@ struct max8903_pdata { int flt; /* Fault output */ int dcm; /* Current-Limit Mode input (1: DC, 2: USB) */ int usus; /* USB Suspend Input (1: suspended) */ + int feature_flag;/*battery capacity feature(0:enable, 1:disable)*/ /* DCM wired to Logic High Set this true when DCM pin connect to Logic high.*/ |