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>
This commit is contained in:
Jun Yan
2025-02-21 00:50:01 +08:00
committed by Jonathan Cameron
parent b543d881e8
commit 583350c1d4

View 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" },
{ }
};