thermal-hal: Update NSP shutdown threshold

Update NSP shutdown threshold to 115C instead of the existing 105C.

Change-Id: Ic59470367b89fd9fd3b3f6fccf60649f2c6c267f
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index 7525022..c0510d1 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -196,7 +196,7 @@
 			{ "npu-usr" },
 			"npu",
 			95000,
-			105000,
+			115000,
 			95000,
 			true,
 		},
@@ -217,7 +217,7 @@
 			{ "nspss-0-usr" },
 			"nsp0",
 			95000,
-			105000,
+			115000,
 			95000,
 			true,
 		},
@@ -226,7 +226,7 @@
 			{ "nspss-1-usr" },
 			"nsp1",
 			95000,
-			105000,
+			115000,
 			95000,
 			true,
 		},
@@ -235,7 +235,7 @@
 			{ "nspss-2-usr" },
 			"nsp2",
 			95000,
-			105000,
+			115000,
 			95000,
 			true,
 		},