From 58342d82299380c7fe1ffe2fb2ae0b4c78c336a6 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Thu, 29 Jun 2023 23:08:00 -0400 Subject: [PATCH] Update BTS window partial coefficients The BTS window partial temperature is synthesized via component sensors. The equation has been updated to reflect larger RCAM bezel present on DVT units and beyond. The sensor HAL applies the final component to create the BTS window temperature. This also fixes a bug where previously the Offset value was off by a factor of 10, resulting in a 1 degree overestimate. Test: sensor_test confirms reasonable window temp w/ sensor HAL update Bug: 280076251 Change-Id: I659adbfeccfaf2832c740fd2ab14884948b3ed49 --- thermal/thermal_info_config_husky.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal/thermal_info_config_husky.json b/thermal/thermal_info_config_husky.json index c1a7a0b..64dde97 100644 --- a/thermal/thermal_info_config_husky.json +++ b/thermal/thermal_info_config_husky.json @@ -337,9 +337,9 @@ "Type":"UNKNOWN", "VirtualSensor":true, "Formula":"WEIGHTED_AVG", - "Combination":["cam_therm", "north_therm", "soc_therm"], - "Coefficient":[0.14, 0.27, 0.03], - "Offset":1900, + "Combination":["cam_therm", "north_therm"], + "Coefficient":[0.05, 0.14], + "Offset":560, "Multiplier":0.001 }, {