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

dt-bindings: iio: kx022a: Support KX134-1211

The ROHM KX134-1211 is very similar to KX132-1211. The main difference is
supported g-ranges. The KX132-1211 can measure ranges from +/- 2g to
+/-16g where the KX134-1211 supports measuring ranges +/- 8g to +/- 64g.

Support the ROHM KX134-1211.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
Link: https://patch.msgid.link/48b50cbda3d6c3a58a7b7c9ff23ed4dc7f418a5e.1732783834.git.mazziesaccount@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Matti Vaittinen and committed by
Jonathan Cameron
046b460d 48e4f3cb

+6 -5
+6 -5
Documentation/devicetree/bindings/iio/accel/kionix,kx022a.yaml
··· 4 4 $id: http://devicetree.org/schemas/iio/accel/kionix,kx022a.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: ROHM/Kionix KX022A, KX132-1211 and KX132ACR-LBZ Accelerometers 7 + title: ROHM/Kionix KX022A, KX132/134-1211 and KX132/134ACR-LBZ Accelerometers 8 8 9 9 maintainers: 10 10 - Matti Vaittinen <mazziesaccount@gmail.com> 11 11 12 12 description: | 13 13 KX022A, KX132ACR-LBZ and KX132-1211 are 3-axis accelerometers supporting 14 - +/- 2G, 4G, 8G and 16G ranges. The KX134ACR-LBZ supports +/- 8G, 16G, 15 - 32G and 64G. All the sensors also have variable output data-rates and a 16 - hardware-fifo buffering. These accelerometers can be accessed either 17 - via I2C or SPI. 14 + +/- 2G, 4G, 8G and 16G ranges. The KX134ACR-LBZ and KX134-1211 support 15 + +/- 8G, 16G, 32G and 64G. All the sensors also have variable output 16 + data-rates and a hardware-fifo buffering. These accelerometers can be 17 + accessed either via I2C or SPI. 18 18 19 19 properties: 20 20 compatible: 21 21 enum: 22 22 - kionix,kx022a 23 23 - kionix,kx132-1211 24 + - kionix,kx134-1211 24 25 - rohm,kx132acr-lbz 25 26 - rohm,kx134acr-lbz 26 27