summaryrefslogtreecommitdiff
path: root/drivers/iio/accel/bmi088-accel.h
diff options
context:
space:
mode:
authorLI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>2022-05-26 16:33:57 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-06-11 16:35:28 +0300
commit7a61456c83b368436ebd9e4ffe8c98d4062d3e73 (patch)
tree3b4e2b0fd4888f452e72646a3d79d501ab63f2ad /drivers/iio/accel/bmi088-accel.h
parent67ac266db853d9f1c20b94a411c0a3abfd90a589 (diff)
downloadlinux-7a61456c83b368436ebd9e4ffe8c98d4062d3e73.tar.xz
iio: accel: bmi088: Add support for bmi085 accel
Add supports for BMI085, an Inertial Measurement Unit, with an accelerometer and gyroscope. The commit adds the accelerometer driver for the SPI interface. The gyroscope part is already supported by the BMG160 driver. Unlike BMI088, the BMI085 accelerometer ranges are +/-2, 4, 6, and 8g, the scales are calculated as 9.8/32768*pow(2,reg41+1). Reviewed-by: Alexandru Ardelean <ardeleanalex@gmail.com> Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn> Link: https://lore.kernel.org/r/20220526133359.2261928-5-Qing-wu.Li@leica-geosystems.com.cn Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/accel/bmi088-accel.h')
-rw-r--r--drivers/iio/accel/bmi088-accel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/bmi088-accel.h b/drivers/iio/accel/bmi088-accel.h
index 65338a1bf97d..044999eb4fd6 100644
--- a/drivers/iio/accel/bmi088-accel.h
+++ b/drivers/iio/accel/bmi088-accel.h
@@ -9,6 +9,7 @@
struct device;
enum bmi_device_type {
+ BOSCH_BMI085,
BOSCH_BMI088,
BOSCH_UNKNOWN,
};