summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>2018-10-02 21:44:28 +0530
committerManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>2018-10-10 18:17:19 +0530
commit4760e81c19261cc847678fb093bc31e13ec54314 (patch)
treea8e2dfa1f64610471c320eb4f38e94d0109dcf49
parentb28736a7d7b1c06fc4123e969e89863a57517ba0 (diff)
downloadthermal-4760e81c19261cc847678fb093bc31e13ec54314.tar.gz
thermal-hal: Add thermal HAL support for SDM712
Add get temperature API support for SDM712 target. It shares sensor configuration with SDM710. Change-Id: I5b0de79d8fc284e1d628a8c0ae8a8a300a8e82ed
-rw-r--r--thermal_target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thermal_target.c b/thermal_target.c
index cce237e..b1675a0 100644
--- a/thermal_target.c
+++ b/thermal_target.c
@@ -58,6 +58,7 @@ static struct therm_msm_soc_type msm_soc_table[] = {
{THERM_SDM_630, 385},
{THERM_SDM_710, 336},
{THERM_SDM_710, 337},
+ {THERM_SDM_710, 393}, // This SOC ID is for SDM712
{THERM_QCS_605, 347},
{THERM_SDM_632, 349},
{THERM_SDM_632, 350},