]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: gyro: bmg160_i2c: add BMI088 to of_match_table
authorJun Yan <jerrysteve1101@gmail.com>
Thu, 20 Feb 2025 16:50:01 +0000 (00:50 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 4 Mar 2025 13:17:51 +0000 (13:17 +0000)
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>
drivers/iio/gyro/bmg160_i2c.c

index 9c5d7e8ee99cc699581abbc186c0424e244153ca..e6caab49f98a7048d64eef2fe6f9731d38dafbdc 100644 (file)
@@ -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" },
        { }
 };