From: Rebecca Schultz Zavin Date: Thu, 7 Oct 2010 18:32:25 +0000 (-0700) Subject: [ARM] tegra: Add new als lens coefficients to stingray board file X-Git-Tag: firefly_0821_release~9834^2~471 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6e8e9a4c49306aff672d24a87f9fc217ec71c054;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: Add new als lens coefficients to stingray board file Change-Id: I64bc2bcd77294481b5752b4b88fa68860a8e50e9 Signed-off-by: Rebecca Schultz Zavin --- diff --git a/arch/arm/mach-tegra/board-stingray-sensors.c b/arch/arm/mach-tegra/board-stingray-sensors.c index 7712b527230b..0b685e479e2d 100755 --- a/arch/arm/mach-tegra/board-stingray-sensors.c +++ b/arch/arm/mach-tegra/board-stingray-sensors.c @@ -216,9 +216,11 @@ static void stingray_kxtf9_init(void) struct max9635_platform_data stingray_max9635_pdata = { .configure = 0x80, - .threshold_timer = 0x14, - .def_low_threshold = 0x00, - .def_high_threshold = 0x01, + .threshold_timer = 0x19, + .def_low_threshold = 0xFE, + .def_high_threshold = 0xFF, + .lens_coeff_h = 7, + .lens_coeff_l = 10, }; static int stingray_max9635_init(void)