aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/pcf50633
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/pcf50633')
-rw-r--r--include/linux/mfd/pcf50633/core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mfd/pcf50633/core.h b/include/linux/mfd/pcf50633/core.h
index 9aba7b779fbc..09af8fdfbb5d 100644
--- a/include/linux/mfd/pcf50633/core.h
+++ b/include/linux/mfd/pcf50633/core.h
@@ -31,6 +31,13 @@ struct pcf50633_platform_data {
31 31
32 int charging_restart_interval; 32 int charging_restart_interval;
33 33
34 /*
35 * Should be set accordingly to the reference resistor used, see
36 * I_{ch(ref)} charger reference current in the pcf50633 User
37 * Manual.
38 */
39 int charger_reference_current_ma;
40
34 /* Callbacks */ 41 /* Callbacks */
35 void (*probe_done)(struct pcf50633 *); 42 void (*probe_done)(struct pcf50633 *);
36 void (*mbc_event_callback)(struct pcf50633 *, int); 43 void (*mbc_event_callback)(struct pcf50633 *, int);