diff options
author | Bhasker Reddy Komatireddy <quic_kbhasker@quicinc.com> | 2023-01-10 14:52:42 +0530 |
---|---|---|
committer | Bhasker Reddy Komatireddy <quic_kbhasker@quicinc.com> | 2023-01-10 14:52:42 +0530 |
commit | e0b62d87c939d87adeba472db5f47fdfb176c51f (patch) | |
tree | b6d4dfbb1e1c419f93749ebbbd79738b68ab3b30 | |
parent | 67710fc442350bb1049943ae75169c3d37fcf2d6 (diff) |
thermal-hal: Add thermal HAL 2.0 support for KALAMA QCS, QCM
Add thermal HAL 2.0 support for KALAMA QCS and QCM.
Change-Id: I9386f963d8a4ba740ca8bf71bcde3c9ad85e71f9
-rw-r--r-- | thermalConfig.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index a2244ca..6904394 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -1093,6 +1093,8 @@ namespace implementation { {536, kalama_common}, //Kalamap {600, kalama_common}, //Kalama_sg {601, kalama_common}, //Kalamap_sg + {603, kalama_common}, //Kalama_qcs + {604, kalama_common}, //Kalama_qcm }; const std::unordered_map<int, std::vector<struct target_therm_cfg>> @@ -1115,6 +1117,8 @@ namespace implementation { {536, kalama_specific}, //Kalamap {600, kalama_specific}, //Kalama_sg {601, kalama_specific}, //Kalamap_sg + {603, kalama_specific}, //Kalama_qcs + {604, kalama_specific}, //Kalama_qcm }; std::vector<struct target_therm_cfg> add_target_config( |