summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/palmas.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index d903336422ad..c7cc54bbbf75 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -21,6 +21,7 @@
#include <linux/regmap.h>
#include <linux/regulator/driver.h>
#include <linux/iio/machine.h>
+#include <linux/thermal.h>
#define PALMAS_NUM_CLIENTS 3
@@ -258,6 +259,10 @@ struct palmas_platform_data {
int watchdog_timer_initial_period;
+ /* Hotdie Threshold temperature */
+ unsigned long hd_threshold_temp;
+ char *tz_name;
+
/* Long press delay for hard shutdown */
int long_press_delay;