diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-09-20 16:35:39 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-09-20 16:35:39 -0700 |
commit | 7687eb260a5f9bde9849d0cdaedcf513bfe71463 (patch) | |
tree | 4c12472229910c581a857193b882141f8d87346e | |
parent | 4dd186c8fb2e8ffd8ea9f522fe36dfd75e331a65 (diff) | |
parent | 1d469b25dbe13958cd0bf1d96d34bad821389edb (diff) |
Merge 1d469b25dbe13958cd0bf1d96d34bad821389edb on remote branch
Change-Id: I24bf3465fa904e66ab4598703df205969e8cb8b3
-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( |