summaryrefslogtreecommitdiff
path: root/thermal
diff options
context:
space:
mode:
authordavidchao <davidchao@google.com>2018-08-01 15:21:38 +0800
committerDavid Chao <davidchao@google.com>2018-08-01 09:02:30 +0000
commita5902b09c13c57a24bcdf449cc97dd6b9031f663 (patch)
tree256f640ee698ca54386776c3bd0e9a02bbc49d2f /thermal
parentd7ff6ba35daf705c52e53188cef7e3cb45319ae4 (diff)
downloadbonito-a5902b09c13c57a24bcdf449cc97dd6b9031f663.tar.gz
Thermal: set mb-therm-adc as Tskin sensor
Set the Tskin sensor from quiet-therm-adc to mb-therm-adc. bug: 112062585 Test: local build device can boot to home Change-Id: I88b951e46771db3fc87125b6f0b28bdf898284c4 Signed-off-by: davidchao <davidchao@google.com>
Diffstat (limited to 'thermal')
-rw-r--r--thermal/thermal-helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thermal/thermal-helper.h b/thermal/thermal-helper.h
index 93f8c21e..823140aa 100644
--- a/thermal/thermal-helper.h
+++ b/thermal/thermal-helper.h
@@ -53,7 +53,7 @@ using ::android::hardware::thermal::V1_0::CpuUsage;
using ::android::hardware::thermal::V1_0::Temperature;
using ::android::hardware::thermal::V1_0::TemperatureType;
-constexpr char kSkinSensorType[] = "quiet-therm-adc";
+constexpr char kSkinSensorType[] = "mb-therm-adc";
constexpr float kMultiplier = .001;
struct ThrottlingThresholds {