From 5c46cf01a1218701442b10c01f9c648eaf955949 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Fri, 16 Dec 2022 17:14:08 -0800 Subject: [PATCH] thermal: add bts_window virtual sensor Bug: 246967924 Test: Build and boot on device. Check bts_window values Change-Id: I5caf4eaf35aa311214749404c9b353afa6ce0819 Signed-off-by: Sayanna Chandula --- thermal_info_config_husky.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/thermal_info_config_husky.json b/thermal_info_config_husky.json index 9be5298..6cf998c 100644 --- a/thermal_info_config_husky.json +++ b/thermal_info_config_husky.json @@ -209,6 +209,16 @@ "Offset":-1390, "Multiplier":0.001 }, + { + "Name":"VIRTUAL-BTS-WINDOW-PARTIAL", + "Type":"UNKNOWN", + "VirtualSensor":true, + "Formula":"WEIGHTED_AVG", + "Combination":["cam_therm", "north_therm", "soc_therm"], + "Coefficient":[0.355, 0.419, -0.0322], + "Offset":7194, + "Multiplier":0.001 + }, { "Name":"VIRTUAL-SKIN", "Type":"SKIN",