From: Jun Yan Date: Thu, 20 Feb 2025 16:50:01 +0000 (+0800) Subject: iio: gyro: bmg160_i2c: add BMI088 to of_match_table X-Git-Tag: v6.15-rc1~78^2~8^2~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=583350c1d4d0a9bc63f3e9a4fc662d0d22007bf3;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20250220165001.273325-3-jerrysteve1101@gmail.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/gyro/bmg160_i2c.c b/drivers/iio/gyro/bmg160_i2c.c index 9c5d7e8ee99cc..e6caab49f98a7 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" }, { } };