diff options
| author | Jun Yan <jerrysteve1101@gmail.com> | 2025-02-21 00:50:01 +0800 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2025-03-04 13:17:51 +0000 |
| commit | 583350c1d4d0a9bc63f3e9a4fc662d0d22007bf3 (patch) | |
| tree | 9dd8bb96bfc3c5b7a02bd8850d7e2e6c2ce9d02b /drivers/iio | |
| parent | b543d881e89cadf7f5238fd202d900af3e6482ea (diff) | |
| download | linux-next-583350c1d4d0a9bc63f3e9a4fc662d0d22007bf3.tar.gz linux-next-583350c1d4d0a9bc63f3e9a4fc662d0d22007bf3.zip | |
iio: gyro: bmg160_i2c: add BMI088 to of_match_table
BMI088 is missing from the of_match_table. Let's complete it.
Signed-off-by: Jun Yan <jerrysteve1101@gmail.com>
Link: https://patch.msgid.link/20250220165001.273325-3-jerrysteve1101@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
| -rw-r--r-- | drivers/iio/gyro/bmg160_i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/gyro/bmg160_i2c.c b/drivers/iio/gyro/bmg160_i2c.c index 9c5d7e8ee99c..e6caab49f98a 100644 --- a/drivers/iio/gyro/bmg160_i2c.c +++ b/drivers/iio/gyro/bmg160_i2c.c @@ -58,6 +58,7 @@ MODULE_DEVICE_TABLE(i2c, bmg160_i2c_id); static const struct of_device_id bmg160_of_match[] = { { .compatible = "bosch,bmg160" }, { .compatible = "bosch,bmi055_gyro" }, + { .compatible = "bosch,bmi088_gyro" }, { } }; |
