diff options
author | congying <quic_congying@quicinc.com> | 2022-09-05 18:17:39 +0800 |
---|---|---|
committer | congying <quic_congying@quicinc.com> | 2022-09-05 18:17:39 +0800 |
commit | 1d469b25dbe13958cd0bf1d96d34bad821389edb (patch) | |
tree | 4c12472229910c581a857193b882141f8d87346e /thermalConfig.cpp | |
parent | 7888701519c755d88bbb1bb7b072e3e375c16493 (diff) |
thermal-hal: Add thermal HAL 2.0 support for KALAMA_SG and KALAMAP_SG
Add thermal HAL 2.0 support for KALAMA_SG and KALAMAP_SG.
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 266f46b..67ac290 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -1013,6 +1013,8 @@ namespace implementation { {540, waipio_common}, // cape {519, kalama_common}, //Kalama {536, kalama_common}, //Kalamap + {600, kalama_common}, //Kalama_sg + {601, kalama_common}, //Kalamap_sg }; const std::unordered_map<int, std::vector<struct target_therm_cfg>> @@ -1033,6 +1035,8 @@ namespace implementation { {540, waipio_specific}, // cape {519, kalama_specific}, //Kalama {536, kalama_specific}, //Kalamap + {600, kalama_specific}, //Kalama_sg + {601, kalama_specific}, //Kalamap_sg }; std::vector<struct target_therm_cfg> add_target_config( |