From: makarand.karvekar Date: Tue, 22 Feb 2011 23:13:36 +0000 (-0600) Subject: [ARM]: tegra: stingray: update ALS interrupt delay to 400mS X-Git-Tag: firefly_0821_release~9834^2~69 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e3ef5986811ee01d394dc576c1e90a84b2bc2eb8;p=firefly-linux-kernel-4.4.55.git [ARM]: tegra: stingray: update ALS interrupt delay to 400mS Change-Id: Ib8ac11ed7397df1c65097a7d341c29b80c1aafeb Signed-off-by: makarand.karvekar --- 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,