summaryrefslogtreecommitdiff
path: root/thermalConfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r--thermalConfig.cpp19
1 files changed, 10 insertions, 9 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index 1893e81..bc114a8 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -118,8 +118,9 @@ namespace implementation {
std::vector<std::string> cpu_sensors_khaje =
{
- "cpuss-0",
- "cpuss-1",
+ "cpuss-2",
+ "cpuss-2",
+ "cpuss-2",
"cpuss-2",
"cpu-1-0",
"cpu-1-1",
@@ -158,7 +159,7 @@ namespace implementation {
},
{
TemperatureType::BCL_VOLTAGE,
- { "pm7250b-vbat-lvl0" },
+ { "vbat" },
"vbat",
3000,
2800,
@@ -176,12 +177,12 @@ namespace implementation {
},
{
TemperatureType::BCL_PERCENTAGE,
- { "soc" },
- "soc",
- 10,
- 2,
- 10,
- false,
+ { "socd" },
+ "socd",
+ 90,
+ 99,
+ 90,
+ true,
},
};