diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2019-04-17 03:13:50 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-04-17 03:13:50 +0000 |
commit | 6e48c8f39076a85f49034977c24eca826471e535 (patch) | |
tree | d65f8eb1ec9e65059564b0cba789e54f8bcc400a | |
parent | a020a2985746ac67fc217a7f5704b3a3fd8b6cd9 (diff) | |
parent | 74c73ca007df19cb9cd4a1a5d48ad18b2e89937a (diff) | |
download | device_google_taimen-6e48c8f39076a85f49034977c24eca826471e535.tar.gz device_google_taimen-6e48c8f39076a85f49034977c24eca826471e535.tar.bz2 device_google_taimen-6e48c8f39076a85f49034977c24eca826471e535.zip |
Snap for 5476769 from 74c73ca007df19cb9cd4a1a5d48ad18b2e89937a to qt-release
Change-Id: I7f449f2c5ab54b330aa83b646082839e1552fbfd
-rw-r--r-- | thermal_info_config.json | 14 | ||||
-rw-r--r-- | thermal_info_config_evt.json | 14 |
2 files changed, 24 insertions, 4 deletions
diff --git a/thermal_info_config.json b/thermal_info_config.json index 86720d8..087b7eb 100644 --- a/thermal_info_config.json +++ b/thermal_info_config.json @@ -159,11 +159,21 @@ "NAN", "NAN", "NAN", - "NAN", + "70.0", "NAN" ], + "HotHysteresis":[ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.0, + 0.0 + ], "VrThreshold":"NAN", - "Multiplier":0.1 + "Multiplier":0.1, + "Monitor":true }, { "Name":"bd_therm2", diff --git a/thermal_info_config_evt.json b/thermal_info_config_evt.json index 24b2433..39671b8 100644 --- a/thermal_info_config_evt.json +++ b/thermal_info_config_evt.json @@ -159,11 +159,21 @@ "NAN", "NAN", "NAN", - "NAN", + "70.0", "NAN" ], + "HotHysteresis":[ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 5.0, + 0.0 + ], "VrThreshold":"NAN", - "Multiplier":0.1 + "Multiplier":0.1, + "Monitor":true }, { "Name":"bd_therm", |