staging: iio: tsl2x7x: correct IIO_EV_INFO_PERIOD values
authorBrian Masney <masneyb@onstation.org>
Fri, 11 May 2018 00:12:20 +0000 (20:12 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 12 May 2018 11:21:27 +0000 (12:21 +0100)
commit9861d2daaf28e7beaa0c655206c595094d47ccd8
treecb4356be2569904c127e55a9e4abeebf36722bd5
parent77b69a0e679b5ca67c5a2b925c195d22dadff12d
staging: iio: tsl2x7x: correct IIO_EV_INFO_PERIOD values

The thresh periods assumed an integration time of 3ms. This patch adds
support for the correct integration time (2.72ms or 2.73ms). The code
had the ALS filter values as going up to 15, however the values actually
went up to 60 since the values scaled in increments of 5 once the
persistence value went above 3.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c
drivers/staging/iio/light/tsl2x7x.h