summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-02-09 17:07:14 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-02-09 17:07:14 -0800
commitd0c522b2ffae7fcc69e996b50c86faf1e6af9c16 (patch)
treec0fcf2fbcc256ba9876b49066af19cc047ce0e7e /include/linux
parent5e5f1941b4e7b48b5691bcf65972cff01d5342e1 (diff)
parentbf15badbff75cfbea007c5b02d016a0d22da5f5c (diff)
Merge "msm: thermal: Add support to monitor only one tsens for VDD restriction"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/msm_thermal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/msm_thermal.h b/include/linux/msm_thermal.h
index 33286c2d81fc..1098a0c9afaa 100644
--- a/include/linux/msm_thermal.h
+++ b/include/linux/msm_thermal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2016,2018, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -54,6 +54,7 @@ struct msm_thermal_data {
uint32_t freq_limit;
int32_t vdd_rstr_temp_degC;
int32_t vdd_rstr_temp_hyst_degC;
+ int32_t vdd_rstr_sensor_id;
int32_t vdd_mx_min;
int32_t vdd_cx_min;
int32_t psm_temp_degC;