aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/regulator/max8973-regulator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/regulator/max8973-regulator.h b/include/linux/regulator/max8973-regulator.h
index f6a8a16a0d4d..2fcb9980262a 100644
--- a/include/linux/regulator/max8973-regulator.h
+++ b/include/linux/regulator/max8973-regulator.h
@@ -54,6 +54,10 @@
54 * @reg_init_data: The regulator init data. 54 * @reg_init_data: The regulator init data.
55 * @control_flags: Control flags which are ORed value of above flags to 55 * @control_flags: Control flags which are ORed value of above flags to
56 * configure device. 56 * configure device.
57 * @junction_temp_warning: Junction temp in millicelcius on which warning need
58 * to be set. Thermal functionality is only supported on
59 * MAX77621. The threshold warning supported by MAX77621
60 * are 120C and 140C.
57 * @enable_ext_control: Enable the voltage enable/disable through external 61 * @enable_ext_control: Enable the voltage enable/disable through external
58 * control signal from EN input pin. If it is false then 62 * control signal from EN input pin. If it is false then
59 * voltage output will be enabled/disabled through EN bit of 63 * voltage output will be enabled/disabled through EN bit of
@@ -67,6 +71,7 @@
67struct max8973_regulator_platform_data { 71struct max8973_regulator_platform_data {
68 struct regulator_init_data *reg_init_data; 72 struct regulator_init_data *reg_init_data;
69 unsigned long control_flags; 73 unsigned long control_flags;
74 unsigned long junction_temp_warning;
70 bool enable_ext_control; 75 bool enable_ext_control;
71 int enable_gpio; 76 int enable_gpio;
72 int dvs_gpio; 77 int dvs_gpio;