]> git.baikalelectronics.ru Git - kernel.git/commit
iio: adxl345: Add support for the ADXL375
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 13 Jul 2018 11:50:44 +0000 (14:50 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 15 Jul 2018 09:18:15 +0000 (10:18 +0100)
commit209a85e869144a44441a2d37a3fed379e6b928c1
tree26b29d7acb81a9ebf594b5480528a9eab89a425a
parentae345ab79654f6223ba752cf136a1d4d23a0195a
iio: adxl345: Add support for the ADXL375

The ADXL375 is fully register map compatible to the ADXL345 (including the
device ID register returning the same value ...).

The only difference is the resolution of the acceleration sensor. The
ADXL375 can measure up to +-200g of acceleration.

Datasheet:
http://www.analog.com/media/en/technical-documentation/data-sheets/ADXL375.PDF

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mircea Caprioru <mircea.caprioru@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/devicetree/bindings/iio/accel/adxl345.txt
drivers/iio/accel/Kconfig
drivers/iio/accel/adxl345.h
drivers/iio/accel/adxl345_core.c
drivers/iio/accel/adxl345_i2c.c
drivers/iio/accel/adxl345_spi.c