diff options
author | Manaf Meethalavalappu Pallikunhi <manafm@codeaurora.org> | 2021-05-25 22:20:39 +0530 |
---|---|---|
committer | chrisl7 <wandersonrodriguesf1@gmail.com> | 2023-02-25 16:40:16 -0800 |
commit | 42b713cb5f98e1c3f0557bc0f829ee34cdf934cc (patch) | |
tree | 16aa22adc1c91928d54565ff66747b8e16b55fcc | |
parent | 8525dcd13a63775733a2c84c6b9103b3864755ca (diff) |
thermal-hal: Add thermal HAL 2.0 support for blair
Add thermal HAL 2.0 support for blair target.
It shares sensor configuration with holi.
Change-Id: I1ae5e027b23f0391a7102ba3292366b456033a09
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
-rw-r--r-- | thermalConfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 434d49e..872365c 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -1218,6 +1218,7 @@ namespace implementation { {502, lahaina_common}, {450, lahaina_common}, // shima {454, sensor_cfg_holi}, // holi + {507, sensor_cfg_holi}, // blair {475, sensor_cfg_yupik}, // yupik {515, sensor_cfg_yupik}, // YUPIK-LTE {457, waipio_common}, //Waipio |