diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-11-15 21:57:44 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-12-03 20:32:41 +0100 |
commit | a1a210bf29a1a232a37c69588aff9690e671a5b3 (patch) | |
tree | 8f9b1ff94540c0e1387ade39c4f215c9892b2429 /drivers/iio/accel/bmc150-accel.h | |
parent | iio: accel: bmc150-accel: Add DT bindings (diff) | |
download | linux-a1a210bf29a1a232a37c69588aff9690e671a5b3.tar.xz linux-a1a210bf29a1a232a37c69588aff9690e671a5b3.zip |
iio: accel: bmc150-accel: Add support for BMA222
This adds support for the BMA222 version of this sensor,
found in for example the Samsung GT-I9070 mobile phone.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20201115205745.618455-2-linus.walleij@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/accel/bmc150-accel.h')
-rw-r--r-- | drivers/iio/accel/bmc150-accel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/bmc150-accel.h b/drivers/iio/accel/bmc150-accel.h index ae6118ae11b1..f5427103574d 100644 --- a/drivers/iio/accel/bmc150-accel.h +++ b/drivers/iio/accel/bmc150-accel.h @@ -9,6 +9,7 @@ enum { bmi055, bma255, bma250e, + bma222, bma222e, bma280, }; |