summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-sensors.c
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2010-12-24 13:02:05 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:09 -0800
commit86d2e5d9995d02d754b75212d353948459b8decc (patch)
tree60334fde639e5d82cbeb0ce7813e3b20459ff12f /arch/arm/mach-tegra/board-ventana-sensors.c
parent3ca90583b5c20f9ad5fe0ec79ad587aee479fd40 (diff)
[ARM] tegra: ventana: correct offset and thermal threshold values
set offset to 0 and thermal threshold for the platform to 120C. Fixes bug 769337 Original-Change-Id: I2cec6b486aaa5fd4c9fee95761e336ddbbb7c793 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/14225 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: Rd74f6293d93ce5954b452a20784f1a7bf648ba75
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-sensors.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-sensors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-sensors.c b/arch/arm/mach-tegra/board-ventana-sensors.c
index faaeebf4e105..bc017cf6e097 100644
--- a/arch/arm/mach-tegra/board-ventana-sensors.c
+++ b/arch/arm/mach-tegra/board-ventana-sensors.c
@@ -92,7 +92,8 @@ static void ventana_bq20z75_init(void)
struct nct1008_platform_data ventana_nct1008_pdata = {
.conv_rate = 5,
.config = NCT1008_CONFIG_ALERT_DISABLE,
- .thermal_threshold = 110,
+ .thermal_threshold = 120,
+ .offset = 0,
};
static const struct i2c_board_info ventana_i2c0_board_info[] = {