[ARM]: tegra: stingray: update ALS interrupt delay to 400mS
authormakarand.karvekar <makarand.karvekar@motorola.com>
Tue, 22 Feb 2011 23:13:36 +0000 (17:13 -0600)
committerRebecca Schultz Zavin <rebecca@android.com>
Fri, 4 Mar 2011 00:32:35 +0000 (16:32 -0800)
Change-Id: Ib8ac11ed7397df1c65097a7d341c29b80c1aafeb
Signed-off-by: makarand.karvekar <makarand.karvekar@motorola.com>
arch/arm/mach-tegra/board-stingray-sensors.c

index dcc3b8e92e51bf8630cbed6d698326905c9409f1..e12d36c722bd8ee4e5d6a734d7d6e22f77bce79a 100755 (executable)
@@ -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,