summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2023-01-06 02:17:29 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2023-01-06 02:17:29 -0800
commit67710fc442350bb1049943ae75169c3d37fcf2d6 (patch)
treebc404f27495371679db6fa1d4fa4b2f8bbd8bec2
parent899d0cda00660be241bb3e7f790329f98e79a046 (diff)
parent7c1757103d0748c604fd1b36c80568249b3bc0a4 (diff)
Merge "thermal-hal: Add fan cdev type in thermal-hal support for Kalama HHG"
-rw-r--r--thermalCommon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/thermalCommon.cpp b/thermalCommon.cpp
index 02c14e1..3f0c997 100644
--- a/thermalCommon.cpp
+++ b/thermalCommon.cpp
@@ -107,6 +107,7 @@ static std::unordered_map<std::string, cdevType> cdev_map = {
{"cdsp", cdevType::NPU},
{"cdsp_hw", cdevType::NPU},
{"battery", cdevType::BATTERY},
+ {"fan-max31760", cdevType::FAN},
};
ThermalCommon::ThermalCommon()