Merge "thermal-hal: Add fan cdev type thermal hal support for Anorak"
diff --git a/thermalCommon.cpp b/thermalCommon.cpp
index c8ee706..6ca95ae 100644
--- a/thermalCommon.cpp
+++ b/thermalCommon.cpp
@@ -117,6 +117,7 @@
 	{"cdsp", cdevType::NPU},
 	{"cdsp_hw", cdevType::NPU},
 	{"battery", cdevType::BATTERY},
+	{"fan-max31760", cdevType::FAN},
 };
 
 ThermalCommon::ThermalCommon()