diff options
author | qctecmdr <qctecmdr@localhost> | 2021-03-16 13:27:20 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-03-16 13:27:20 -0700 |
commit | 3b3723bc8e87f4d773a81c48e33165109cde7bbf (patch) | |
tree | c246308cd8f36ef689b957ee237def40bc7a2d33 /thermalConfig.cpp | |
parent | 31932a0c318087542a2668a7c3091272fe0a4126 (diff) | |
parent | 15c1be295b9ca0e7e87598e74fcf6ff5581aad08 (diff) |
Merge "thermal-hal: Add thermal HAL 2.0 support for YUPIK-LTE variant"
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 694dfa7..7602120 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -738,6 +738,7 @@ namespace implementation { {450, lahaina_common}, // shima {454, sensor_cfg_holi}, // holi {475, sensor_cfg_yupik}, // yupik + {515, sensor_cfg_yupik}, // YUPIK-LTE }; const std::unordered_map<int, std::vector<struct target_therm_cfg>> |