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>
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index 7d2e02e..3ff3bcd 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
@@ -778,9 +779,9 @@
TemperatureType::SKIN,
{ "quiet-therm" },
"skin",
- 40000,
+ 46000,
95000,
- 40000,
+ 46000,
true,
},
};