summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2010-12-24 13:02:05 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2010-12-24 06:10:59 -0800
commit4fc3137c38291a36b40ca136db85fedd45c5e7b7 (patch)
tree0e015c134f7900987c9ed0707728487e42390708
parent34e2812f44d617145dc099d68f1af30fdc11751f (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 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>
-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 cd37e72514f1..c824dc66d6e1 100644
--- a/arch/arm/mach-tegra/board-ventana-sensors.c
+++ b/arch/arm/mach-tegra/board-ventana-sensors.c
@@ -95,7 +95,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[] = {