thermal-hal: Update Kalama configuration for skin

Update skin configuration for Kalama to use different sensor name
and threshold settings.

Change-Id: I94cb49c4a05092938802600f1e32002d75e0fa96
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index c8c5a75..01157de 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -909,11 +909,11 @@
 		},
 		{
 			TemperatureType::SKIN,
-			{ "xo-therm" },
+			{ "skin-msm-therm" },
 			"skin",
-			55000,
+			46500,
 			95000,
-			55000,
+			46500,
 			true,
 		},
 	};