summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRashid Zafar <quic_rzafar@quicinc.com>2022-08-15 14:51:54 -0700
committerRashid Zafar <quic_rzafar@quicinc.com>2022-08-15 14:51:54 -0700
commit580cffb7de85d16991e667f7d84d4dd4e0988846 (patch)
treed879ae47bd2a0d01e24658782b521c9fa32b8136
parentab1e3c58366864a0795dd1fff31d74a20c61a70d (diff)
thermal-hal: Update Kalama configuration for skin
Update skin configuration for Kalama to use different sensor name and threshold settings. Change-Id: I94cb49c4a05092938802600f1e32002d75e0fa96
-rw-r--r--thermalConfig.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index c8c5a75..01157de 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -909,11 +909,11 @@ namespace implementation {
},
{
TemperatureType::SKIN,
- { "xo-therm" },
+ { "skin-msm-therm" },
"skin",
- 55000,
+ 46500,
95000,
- 55000,
+ 46500,
true,
},
};