diff options
author | Gopala Krishna Nuthaki <quic_gnuthaki@quicinc.com> | 2022-11-14 22:58:35 +0530 |
---|---|---|
committer | chrisl7 <wandersonrodriguesf1@gmail.com> | 2023-02-25 16:41:58 -0800 |
commit | c476f25cdda17ebf9b0ca55f10ecc1196158f314 (patch) | |
tree | 428660504fffa5e9f8c653a0ab8ef977e006142f /thermalConfig.cpp | |
parent | 6e4815a30acdb26195f393e1735f6e6ecf11f1c5 (diff) |
thermal-hal: Update sensor name for skin config rule for MONACO
Modify skin rule from quiet-therm sensor to pa-therm0 as
respectibve ADC mapping is updated by pmic team.
Add hal support for monaco variant.
Change-Id: Ie3645fb7feef2e1f7904999069219eb6ccef29df
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 9df29ff..b84bf03 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -201,7 +201,7 @@ namespace implementation { }, { TemperatureType::SKIN, - { "quiet-therm-usr" }, + { "pa-therm0-usr" }, "skin", 40000, 95000, @@ -1331,6 +1331,7 @@ namespace implementation { {475, sensor_cfg_yupik}, // yupik {515, sensor_cfg_yupik}, // YUPIK-LTE {486, sensor_cfg_monaco}, // monaco + {517, sensor_cfg_monaco}, // monaco {457, waipio_common}, //Waipio {482, waipio_common}, //Waipio {552, waipio_common}, //Waipio-LTE |