diff options
author | Gopala Krishna Nuthaki <gnuthaki@codeaurora.org> | 2021-03-16 19:43:17 +0530 |
---|---|---|
committer | Gopala Krishna Nuthaki <gnuthaki@codeaurora.org> | 2021-03-17 01:23:33 +0530 |
commit | 15c1be295b9ca0e7e87598e74fcf6ff5581aad08 (patch) | |
tree | b8f2f718a9e1fb2a2fc5f4436ac9e227bca8278c /thermalConfig.cpp | |
parent | e92086972b132a93ff6bd855b4e27d53f55fa8e2 (diff) |
thermal-hal: Add thermal HAL 2.0 support for YUPIK-LTE variant
Add thermal HAL 2.0 support for YUPIK-LTE variant.
Change-Id: I143ee578848c044d80ee8d9111076c2da703e687
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 a77311f..9f2f13e 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -734,6 +734,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>> |