From 6e8e9a4c49306aff672d24a87f9fc217ec71c054 Mon Sep 17 00:00:00 2001 From: Rebecca Schultz Zavin Date: Thu, 7 Oct 2010 11:32:25 -0700 Subject: [PATCH] [ARM] tegra: Add new als lens coefficients to stingray board file Change-Id: I64bc2bcd77294481b5752b4b88fa68860a8e50e9 Signed-off-by: Rebecca Schultz Zavin --- arch/arm/mach-tegra/board-stingray-sensors.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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) -- 2.34.1