summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-09-29 21:15:14 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2014-09-30 11:07:56 +0900
commitaacf3c421886c6a6f5263fc6d4f08829c62dc79b (patch)
tree32cac851a16dfe49850fb73a01d8c0367532cc56
parent1b046a0353f105f9e0601fdd086a29de13108c7f (diff)
downloadlinux-3.10-aacf3c421886c6a6f5263fc6d4f08829c62dc79b.tar.gz
linux-3.10-aacf3c421886c6a6f5263fc6d4f08829c62dc79b.tar.bz2
linux-3.10-aacf3c421886c6a6f5263fc6d4f08829c62dc79b.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>
-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, \