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)
commitef89f4b96a2ab8dc1a0a3815d9365240e4c3c06b
tree26b29d7acb81a9ebf594b5480528a9eab89a425a
parenta42174983c7545055bd8375965e31b3c15b287dc
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