From e3ef5986811ee01d394dc576c1e90a84b2bc2eb8 Mon Sep 17 00:00:00 2001 From: "makarand.karvekar" Date: Tue, 22 Feb 2011 17:13:36 -0600 Subject: [PATCH] [ARM]: tegra: stingray: update ALS interrupt delay to 400mS Change-Id: Ib8ac11ed7397df1c65097a7d341c29b80c1aafeb Signed-off-by: makarand.karvekar --- arch/arm/mach-tegra/board-stingray-sensors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-stingray-sensors.c b/arch/arm/mach-tegra/board-stingray-sensors.c index dcc3b8e92e51..e12d36c722bd 100755 --- a/arch/arm/mach-tegra/board-stingray-sensors.c +++ b/arch/arm/mach-tegra/board-stingray-sensors.c @@ -269,7 +269,7 @@ static void stingray_cap_prox_init(void) struct max9635_platform_data stingray_max9635_pdata = { .configure = 0x80, - .threshold_timer = 0x19, + .threshold_timer = 0x04, /* 400mS interrupt delay */ .def_low_threshold = 0xFE, .def_high_threshold = 0xFF, .lens_coeff = 20, -- 2.34.1