diff options
author | Ram Chandrasekar <rkumbako@codeaurora.org> | 2020-08-25 14:28:02 -0700 |
---|---|---|
committer | Ram Chandrasekar <rkumbako@codeaurora.org> | 2020-08-27 17:33:37 -0700 |
commit | c49329ddcd0d43ceae025144d78a45240f7221b4 (patch) | |
tree | de11e1b2caef2e85f00b5c4196757821681d5d69 | |
parent | f020a1da7e6c51ba4e6b68c3577876bdd8b0a1a0 (diff) |
thermal-hal: Update NSP shutdown threshold
Update NSP shutdown threshold to 115C instead of the existing 105C.
Change-Id: Ic59470367b89fd9fd3b3f6fccf60649f2c6c267f
-rw-r--r-- | thermalConfig.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 7525022..c0510d1 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -196,7 +196,7 @@ namespace implementation { { "npu-usr" }, "npu", 95000, - 105000, + 115000, 95000, true, }, @@ -217,7 +217,7 @@ namespace implementation { { "nspss-0-usr" }, "nsp0", 95000, - 105000, + 115000, 95000, true, }, @@ -226,7 +226,7 @@ namespace implementation { { "nspss-1-usr" }, "nsp1", 95000, - 105000, + 115000, 95000, true, }, @@ -235,7 +235,7 @@ namespace implementation { { "nspss-2-usr" }, "nsp2", 95000, - 105000, + 115000, 95000, true, }, |