iio: accel: bmi088: update comments and Kconfig
authorJun Yan <jerrysteve1101@gmail.com>
Thu, 14 Dec 2023 14:27:33 +0000 (22:27 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 17 Dec 2023 14:22:21 +0000 (14:22 +0000)
update the comments and Kconfig file with more descriptive and
accurate information about newly added device: BMI085, BMI090L.

Signed-off-by: Jun Yan <jerrysteve1101@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/Kconfig
drivers/iio/accel/bmi088-accel-core.c
drivers/iio/accel/bmi088-accel-spi.c

index f113dae590483a97fcdf5070ed0fada54e870ac9..91adcac875a4130d75d887b80464b76dd1f422a0 100644 (file)
@@ -260,10 +260,11 @@ config BMI088_ACCEL
        select REGMAP
        select BMI088_ACCEL_SPI
        help
-         Say yes here to build support for the Bosch BMI088 accelerometer.
+         Say yes here to build support for the following Bosch accelerometers:
+         BMI088, BMI085, BMI090L. Note that all of these are combo module that
+         include both accelerometer and gyroscope.
 
-         This is a combo module with both accelerometer and gyroscope. This
-         driver only implements the accelerometer part, which has its own
+         This driver only implements the accelerometer part, which has its own
          address and register map. BMG160 provides the gyroscope driver.
 
 config BMI088_ACCEL_SPI
index 84edcc78d7961c2a652a3442e6da0d71fa5937bd..4d989708e6c360a0c8476c92e6590ee8169e8b8c 100644 (file)
@@ -2,6 +2,8 @@
 /*
  * 3-axis accelerometer driver supporting following Bosch-Sensortec chips:
  *  - BMI088
+ *  - BMI085
+ *  - BMI090L
  *
  * Copyright (c) 2018-2021, Topic Embedded Products
  */
index ee540edd84126b731f8731eef5ca1501b35d9aee..7b419a7b2478afc6adf1f64264c9a18a7932952f 100644 (file)
@@ -2,6 +2,8 @@
 /*
  * 3-axis accelerometer driver supporting following Bosch-Sensortec chips:
  *  - BMI088
+ *  - BMI085
+ *  - BMI090L
  *
  * Copyright (c) 2018-2020, Topic Embedded Products
  */