Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: accel: adi,adxl372: add ADXL371 compatible

Add the adi,adxl371 compatible string to the ADXL372 binding. The
ADXL371 is a +-200g 3-axis MEMS accelerometer nearly identical to
the ADXL372 in register layout, differing only in ODR/bandwidth
values, timer scale factors, and a silicon anomaly affecting FIFO
operation.

Update the title and description to reflect both devices.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
2643500b 23d74285

+10 -4
+6 -3
Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml
··· 4 4 $id: http://devicetree.org/schemas/iio/accel/adi,adxl372.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Analog Devices ADXL372 3-Axis, +/-(200g) Digital Accelerometer 7 + title: Analog Devices ADXL371/ADXL372 3-Axis, +/-(200g) Digital Accelerometer 8 8 9 9 maintainers: 10 10 - Marcelo Schmitt <marcelo.schmitt@analog.com> 11 11 - Nuno Sá <nuno.sa@analog.com> 12 + - Antoniu Miclaus <antoniu.miclaus@analog.com> 12 13 13 14 description: | 14 - Analog Devices ADXL372 3-Axis, +/-(200g) Digital Accelerometer that supports 15 - both I2C & SPI interfaces 15 + Analog Devices ADXL371/ADXL372 3-Axis, +/-(200g) Digital Accelerometer that 16 + supports both I2C & SPI interfaces 17 + https://www.analog.com/en/products/adxl371.html 16 18 https://www.analog.com/en/products/adxl372.html 17 19 18 20 properties: 19 21 compatible: 20 22 enum: 23 + - adi,adxl371 21 24 - adi,adxl372 22 25 23 26 reg:
+4 -1
MAINTAINERS
··· 651 651 F: Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml 652 652 F: drivers/iio/accel/adxl367* 653 653 654 - ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER 654 + ADXL371/ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER 655 655 M: Michael Hennerich <michael.hennerich@analog.com> 656 + M: Marcelo Schmitt <marcelo.schmitt@analog.com> 657 + M: Nuno Sá <nuno.sa@analog.com> 658 + M: Antoniu Miclaus <antoniu.miclaus@analog.com> 656 659 S: Supported 657 660 W: https://ez.analog.com/linux-software-drivers 658 661 F: Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml