diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-01-29 15:00:37 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-12-06 09:09:22 +0100 |
commit | b7f9bc73c7abc0de20081739fc990e92f5bccfc6 (patch) | |
tree | 38162a80fc0649df7434672df8c7a4c63562e94e /include/linux | |
parent | 18901268b4c1f3916b9da4c3a1681799177b83d5 (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); |