thermal-hal: Update Ibat thresholds for diwaili

Change Ibat sensors into pm7250b-ibat-lvl0 and update its
throt_thresh, shutdown_thresh and vr_thresh.

Change-Id: Iafca728b305a3326eb60a11b1c43ba09ad43b528
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index 17ce31a..467ce41 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -767,11 +767,11 @@
 	std::vector<struct target_therm_cfg>  diwali_specific = {
 		{
 			TemperatureType::BCL_CURRENT,
-			{ "pm8350b-ibat-lvl0" },
+			{ "pm7250b-ibat-lvl0" },
 			"ibat",
-			6000,
-			7500,
-			6000,
+			9000,
+			9500,
+			9000,
 			true,
 		},
 		{