thermal-hal: Add support to check limit profile for volcano

Add support to check limit profile based on thermal zone configuration
and update different limit profile settings for volcano.

Change-Id: I483ca40810db4dcb60e8bbb77182f29bc4226614
diff --git a/thermalConfig.h b/thermalConfig.h
index ae74111..3a8ef1c 100644
--- a/thermalConfig.h
+++ b/thermalConfig.h
@@ -59,6 +59,7 @@
 	private:
 		std::vector<struct target_therm_cfg> thermalConfig;
 		int soc_id;
+		int limitp;
 		ThermalCommon cmnInst;
 };