msm: thermal: Add cpu mask control for frequency limiting
Limit the number of cpus affected by kernel thermal module's frequency
control mechanism by specifying the participating cpus in the
freq-control-mask. Frequency control can be disabled, if the mask is 0.
Change-Id: Iab659730dd06ce59521917c8ba6210d7dd1311b0
Signed-off-by: Praveen Chidambaram <pchidamb@codeaurora.org>
diff --git a/include/linux/msm_thermal.h b/include/linux/msm_thermal.h
index f14cc52..2c1fa11 100644
--- a/include/linux/msm_thermal.h
+++ b/include/linux/msm_thermal.h
@@ -20,6 +20,7 @@
int32_t limit_temp_degC;
int32_t temp_hysteresis_degC;
uint32_t freq_step;
+ uint32_t freq_control_mask;
int32_t core_limit_temp_degC;
int32_t core_temp_hysteresis_degC;
uint32_t core_control_mask;