thermal-hal: update cpu, vbat and socd sensor configurations for khaje

Update proper tsens mapping for silver cores for khaje.

Also update BCL sensors like vbat and socd sensor configurations
as well.

Change-Id: I2855b3461922f3969fa30d34f71d81f0384163d6
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index a2244ca..790ec03 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -118,8 +118,9 @@
 
 	std::vector<std::string> cpu_sensors_khaje =
 	{
-		"cpuss-0",
-		"cpuss-1",
+		"cpuss-2",
+		"cpuss-2",
+		"cpuss-2",
 		"cpuss-2",
 		"cpu-1-0",
 		"cpu-1-1",
@@ -158,7 +159,7 @@
 		},
 		{
 			TemperatureType::BCL_VOLTAGE,
-			{ "pm7250b-vbat-lvl0" },
+			{ "vbat" },
 			"vbat",
 			3000,
 			2800,
@@ -176,12 +177,12 @@
 		},
 		{
 			TemperatureType::BCL_PERCENTAGE,
-			{ "soc" },
-			"soc",
-			10,
-			2,
-			10,
-			false,
+			{ "socd" },
+			"socd",
+			90,
+			99,
+			90,
+			true,
 		},
 	};