summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-dalmore-sensors.c
diff options
context:
space:
mode:
authorHyungwoo Yang <hyungwooy@nvidia.com>2013-01-03 16:35:00 -0800
committerMandar Padmawar <mpadmawar@nvidia.com>2013-01-09 04:32:12 -0800
commite9dc34e8bcdeb0d6c47adb68f986ee32c7ce8ecb (patch)
tree1db28054cb5b89111fdf744c2a8c5b664fdc07b6 /arch/arm/mach-tegra/board-dalmore-sensors.c
parentfb429975626a1cb1717e1c91240dee723681289b (diff)
ARM: tegra: dalmore: add coefficient for trend calculation.
Added tc1 and tc2 which are used for trend calculation in thermal zone. Bug 1158323 Reviewed-on: http://git-master/r/188592 (cherry picked from commit d832519e3e4aa4f6bb90ce04e22fe2939d9d34c3) Change-Id: I92637e115b3810495a51d1fd4dc728e6aa8caaa0 Signed-off-by: Hyungwoo Yang <hyungwooy@nvidia.com> Reviewed-on: http://git-master/r/189320 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-dalmore-sensors.c')
-rw-r--r--arch/arm/mach-tegra/board-dalmore-sensors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-dalmore-sensors.c b/arch/arm/mach-tegra/board-dalmore-sensors.c
index 9f69367b1519..8c26d74b20e4 100644
--- a/arch/arm/mach-tegra/board-dalmore-sensors.c
+++ b/arch/arm/mach-tegra/board-dalmore-sensors.c
@@ -659,6 +659,8 @@ static struct therm_est_data skin_data = {
.toffset = 9793,
.polling_period = 1100,
.ndevs = 2,
+ .tc1 = 5,
+ .tc2 = 1,
.devs = {
{
.dev_data = "nct_ext",