thermal: Update GPU sensor threshold as per recomondation
Adjust gpu sensor threshold to avoid concurrency with
kernel framework.
Change-Id: I8a11653f37655dd756206edc3c28284d105b4e26
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index ca513e4..25249b5 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -1106,7 +1106,7 @@
TemperatureType::GPU,
{ "gpuss-0" },
"GPU0",
- 95000,
+ 102000,
115000,
true,
},
@@ -1114,7 +1114,7 @@
TemperatureType::GPU,
{ "gpuss-1" },
"GPU1",
- 95000,
+ 102000,
115000,
true,
},