diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-01-29 15:00:37 +0000 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2009-10-07 23:28:50 +0400 |
commit | f346161221995831f2bf6b79c57766a00590c8a5 (patch) | |
tree | a4acabc582dcfc798a83ed5c506406b3d4edbdea /include/linux | |
parent | 3482cf3c9fc3207be3a46072713f31cf6932bbd1 (diff) |
power: pcf50633: introduces battery charging current control
Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/pcf50633/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/pcf50633/core.h b/include/linux/mfd/pcf50633/core.h index 9aba7b779fb..222dd90a153 100644 --- a/include/linux/mfd/pcf50633/core.h +++ b/include/linux/mfd/pcf50633/core.h @@ -31,6 +31,8 @@ struct pcf50633_platform_data { int charging_restart_interval; + int chg_ref_current_ma; + /* Callbacks */ void (*probe_done)(struct pcf50633 *); void (*mbc_event_callback)(struct pcf50633 *, int); |