summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChen Jian <jackchen@nvidia.com>2014-02-21 18:18:28 +0800
committerMartin Chi <mchi@nvidia.com>2014-02-24 01:41:35 -0800
commite6f2c2221d739237bd8427e07fe0cea632a5ac38 (patch)
treef202d3d11a530fb4996e40bdac42d872f1b5ada2 /arch
parent033156382b2f9e283c8e85e17043dee57a97acb7 (diff)
ARM: Tegra: TN7C: Adjust p-sensor threshold
- Following Liteon suggestion, change the pulse count from 1 to 4, adjust the threshold as well. Bug 1434536 Change-Id: Id3f73cb44d876c058409b9ec1e9c7a4c5f059a44 Signed-off-by: Chen Jian <jackchen@nvidia.com> Reviewed-on: http://git-master/r/372823 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Martin Chi <mchi@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-tegranote7c-sensors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-tegranote7c-sensors.c b/arch/arm/mach-tegra/board-tegranote7c-sensors.c
index 8f4ceefb6dcc..d2c00e5159ef 100644
--- a/arch/arm/mach-tegra/board-tegranote7c-sensors.c
+++ b/arch/arm/mach-tegra/board-tegranote7c-sensors.c
@@ -746,8 +746,8 @@ static struct platform_device *gadc_thermal_devices[] = {
static struct ltr659_platform_data tegranote7c_ltr659ps_pdata = {
.gpio = TEGRA_GPIO_PX3,
- .default_ps_lowthreshold = 20,
- .default_ps_highthreshold = 30,
+ .default_ps_lowthreshold = 40,
+ .default_ps_highthreshold = 50,
};
static struct i2c_board_info tegratab_i2c1_ltr659ps_board_info[] = {