aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@openmoko.org>2009-01-29 15:00:37 +0000
committerPaul Fertser <fercerpav@gmail.com>2009-10-07 23:28:50 +0400
commitf346161221995831f2bf6b79c57766a00590c8a5 (patch)
treea4acabc582dcfc798a83ed5c506406b3d4edbdea /include
parent3482cf3c9fc3207be3a46072713f31cf6932bbd1 (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')
-rw-r--r--include/linux/mfd/pcf50633/core.h2
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);