thermal-hal: Add fan cdev type in thermal-hal support for Kalama HHG
Add fan cdev type in thermal-hal support for Kalama HHG.
Change-Id: Ie65c43f79b7899b2b7b2e77cb074dbd67f6bd872
Signed-off-by: congying <quic_congying@quicinc.com>
diff --git a/thermalCommon.cpp b/thermalCommon.cpp
index 02c14e1..3f0c997 100644
--- a/thermalCommon.cpp
+++ b/thermalCommon.cpp
@@ -107,6 +107,7 @@
{"cdsp", cdevType::NPU},
{"cdsp_hw", cdevType::NPU},
{"battery", cdevType::BATTERY},
+ {"fan-max31760", cdevType::FAN},
};
ThermalCommon::ThermalCommon()