diff options
author | Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com> | 2022-06-30 01:29:08 +0530 |
---|---|---|
committer | Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com> | 2022-06-30 01:31:06 +0530 |
commit | 92b7bbf0fe782c8772f53e40495ee0632842e2df (patch) | |
tree | fd68b12b86f16c010bf79dd8f8ccba21f56a0853 | |
parent | ab1e3c58366864a0795dd1fff31d74a20c61a70d (diff) |
thermal-hal: update NPU sensor thresholds for kalama
Update NPU sensors thresholds for kalama based on latest
recommendation.
Change-Id: I7ebd8b1884ed855fe5e8561b0ac84f5f4e4eee82
-rw-r--r-- | thermalConfig.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index c8c5a75..eb3664d 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -863,36 +863,36 @@ namespace implementation { TemperatureType::NPU, { "nspss-0" }, "nsp0", - 95000, + 100000, 115000, - 95000, + 100000, true, }, { TemperatureType::NPU, { "nspss-1" }, "nsp1", - 95000, + 100000, 115000, - 95000, + 100000, true, }, { TemperatureType::NPU, { "nspss-2" }, "nsp2", - 95000, + 100000, 115000, - 95000, + 100000, true, }, { TemperatureType::NPU, { "nspss-3" }, "nsp3", - 95000, + 100000, 115000, - 95000, + 100000, true, }, }; |