thermal-hal: Add support to distinguish different hardward platforms
This change adds support to distinguish different hardware platforms
due to use differnet components.
This change also supports Ravelin QRD and IDP.
Change-Id: Ic0f241c2cf6687b7b819d9952169e502dc9e1da9
Signed-off-by: Minghao Zhang <quic_minghao@quicinc.com>
Signed-off-by: Gopala Krishna Nuthaki <quic_gnuthaki@quicinc.com>
diff --git a/thermalConfig.h b/thermalConfig.h
index ae74111..c384e4c 100644
--- a/thermalConfig.h
+++ b/thermalConfig.h
@@ -59,6 +59,7 @@
private:
std::vector<struct target_therm_cfg> thermalConfig;
int soc_id;
+ std::string hw_platform;
ThermalCommon cmnInst;
};