summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh Jain <quic_priyjain@quicinc.com>2022-07-05 12:43:10 +0530
committerJake Weinstein <jake@aospa.co>2023-03-09 01:13:27 +0900
commit8775d586c1f1fc315f0b451201733c3151394522 (patch)
treeee86735debe14e2b5d7f1618fed29ebd4c8f1283
parent7d928f9234cfe3c6d8667eae5fc5ca6e0328fffe (diff)
thermal-hal: update skin temperature threshold for diwali
update skin temperature threshold for diwali. Change-Id: I64cc99cb94d92d57070e3128926020c262f48d91 Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com>
-rw-r--r--thermalConfig.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index 9ba3802..d2142ba 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2020,2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -1303,9 +1304,9 @@ namespace implementation {
TemperatureType::SKIN,
{ "quiet-therm" },
"skin",
- 40000,
+ 46000,
95000,
- 40000,
+ 46000,
true,
ThrottlingSeverity::LIGHT,
},