aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@openmoko.org>2009-01-29 15:00:37 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-29 15:00:37 +0000
commit034df49fd946df12fb555d184a113385cb72944a (patch)
tree53bc87a6a11ae4535493e244b24b8843aabb5d5a /include
parent31d84c5ce35769f94c9c981c6c6738acb7b473da (diff)
pcf50633_charging_current_control.patch
Introduces battery charging current control. Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
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 b7a891bf9e0..af67b4e3ec6 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);