From 4760e81c19261cc847678fb093bc31e13ec54314 Mon Sep 17 00:00:00 2001 From: Manaf Meethalavalappu Pallikunhi Date: Tue, 2 Oct 2018 21:44:28 +0530 Subject: 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 --- thermal_target.c | 1 + 1 file changed, 1 insertion(+) 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}, -- cgit v1.2.3