summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Chandrasekar <rkumbako@codeaurora.org>2019-06-26 16:33:03 -0600
committerRam Chandrasekar <rkumbako@codeaurora.org>2019-06-26 16:33:48 -0600
commit99c39c2d3df594849bc6a658c3c4453c7f3b9a84 (patch)
tree0cf1d800840c8851a40a112d960d246974fc6bab
parent58403485b9822ab43f84ec7c2b8f3b9d5beb0912 (diff)
downloadthermal-99c39c2d3df594849bc6a658c3c4453c7f3b9a84.tar.gz
thermal-hal: Add soc ID for msmnile
Add the new soc ID for msmnile. This will enable the thermal HAL to be available for all the msmnile variants. Change-Id: Ic1cb827e4e6ccbc85d5212d3c16fb89dec3c79fa
-rw-r--r--thermal_target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thermal_target.c b/thermal_target.c
index 7d3efc2..7886006 100644
--- a/thermal_target.c
+++ b/thermal_target.c
@@ -67,6 +67,7 @@ static struct therm_msm_soc_type msm_soc_table[] = {
{THERM_SDM_439, 363},
{THERM_SDM_439, 364},
{THERM_MSMNILE, 339},
+ {THERM_MSMNILE, 361},
{THERM_MSMNILE, 362},
{THERM_MSMNILE, 367},
{THERM_KONA, 356},