diff options
author | qctecmdr <qctecmdr@localhost> | 2023-02-14 06:09:13 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2023-02-14 06:09:13 -0800 |
commit | 2c9d8d456d0b460eb766681dbec352e84160b97a (patch) | |
tree | 3acef5ad769e4119efe30a0784aece628f8cf850 | |
parent | 24956b0e41c06b85af738e4ba7472467e865b1c7 (diff) | |
parent | e0b62d87c939d87adeba472db5f47fdfb176c51f (diff) |
Merge "thermal-hal: Add thermal HAL 2.0 support for KALAMA QCS, QCM"
-rw-r--r-- | thermalConfig.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 1bf3dd4..1893e81 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( |