summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-09-29 21:15:14 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:49 +0900
commitcb7a2abe246578fff606d3b902bf7fe74e411e01 (patch)
tree72fa397601b9988a4b60286bda8ab3aa47b5b917 /drivers/thermal
parentb93fe911841cd1359c5b7487efbe6c4d6a00da7a (diff)
downloadlinux-3.10-cb7a2abe246578fff606d3b902bf7fe74e411e01.tar.gz
linux-3.10-cb7a2abe246578fff606d3b902bf7fe74e411e01.tar.bz2
linux-3.10-cb7a2abe246578fff606d3b902bf7fe74e411e01.zip
thermal: samsung: Change calculation type from TWO_POINT_TRIMMING to ONE_POINT_TRIMMING
This patch changes the calculation type from TWO_POINT_TRIMMING to ONE_POINT_TRIMMING because some Exynos3250 don't support TWO_POINT_TRIMMING method. Change-Id: I04f76e6ca538b31687a1343535f40392a3a8b773 Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/samsung/exynos_tmu_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/samsung/exynos_tmu_data.c b/drivers/thermal/samsung/exynos_tmu_data.c
index 98de72e984b..2278726586e 100644
--- a/drivers/thermal/samsung/exynos_tmu_data.c
+++ b/drivers/thermal/samsung/exynos_tmu_data.c
@@ -142,7 +142,7 @@ static const struct exynos_tmu_registers exynos3250_tmu_registers = {
.gain = 8, \
.reference_voltage = 16, \
.noise_cancel_mode = 4, \
- .cal_type = TYPE_TWO_POINT_TRIMMING, \
+ .cal_type = TYPE_ONE_POINT_TRIMMING, \
.efuse_value = 55, \
.min_efuse_value = 40, \
.max_efuse_value = 100, \