aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/bindings/iio/accel/bma180.txt
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-12-11 22:38:19 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-12-30 16:29:09 +0000
commitc1d1c4a62db5c4745b9e15cfee0daf0f774f73fc (patch)
treeae7f62cc4f77a9d56277c2d678dbfa3fd8cc967c /Documentation/devicetree/bindings/iio/accel/bma180.txt
parentiio: pressure: bmp280: Allow device to be enumerated from ACPI (diff)
downloadwireguard-linux-c1d1c4a62db5c4745b9e15cfee0daf0f774f73fc.tar.xz
wireguard-linux-c1d1c4a62db5c4745b9e15cfee0daf0f774f73fc.zip
iio: accel: bma180: BMA254 support
This adds support for the BMA254 variant of this accelerometer. The only difference for the simple IIO driver is that values are 12 bit and the temperature offset differs by 1 degree. Whilst wildcards in naming are normally frowned upon: The cases where I have labeled variables "25x" is where the models are identical, so as to make things easier for people that want to add support for BMA253 and BMA255. Cc: Peter Meerwald <pmeerw@pmeerw.net> Cc: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/accel/bma180.txt')
-rw-r--r--Documentation/devicetree/bindings/iio/accel/bma180.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/iio/accel/bma180.txt b/Documentation/devicetree/bindings/iio/accel/bma180.txt
index 3b25b4c4d446..f53237270b32 100644
--- a/Documentation/devicetree/bindings/iio/accel/bma180.txt
+++ b/Documentation/devicetree/bindings/iio/accel/bma180.txt
@@ -1,11 +1,14 @@
-* Bosch BMA180 / BMA250 triaxial acceleration sensor
+* Bosch BMA180 / BMA25x triaxial acceleration sensor
http://omapworld.com/BMA180_111_1002839.pdf
http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf
Required properties:
- - compatible : should be "bosch,bma180" or "bosch,bma250"
+ - compatible : should be one of:
+ "bosch,bma180"
+ "bosch,bma250"
+ "bosch,bma254"
- reg : the I2C address of the sensor
Optional properties: