iio/gyro/bmg160: Add support for BMI088 chip
authorMike Looijmans <mike.looijmans@topic.nl>
Mon, 16 Mar 2020 06:34:03 +0000 (07:34 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 19 Apr 2020 15:56:13 +0000 (16:56 +0100)
commit1579fc067f6e4f958e06db6bf3d170b753cd36d0
treeadbed36b522a254cb4f60b7bbd58dd78335b0bec
parentccd428e42b807a1269d0477dd89c90136065617c
iio/gyro/bmg160: Add support for BMI088 chip

The BMI088 is pin-compatible with the BMI055, and provides
both gyro and accel functions. The gyro part is similar to
the BMI055 and this adds the chip to the list of supported
devices for the gyro part.

The accel part of the chip is not compatible with anything
existing already.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/devicetree/bindings/iio/gyroscope/bmg160.txt
drivers/iio/gyro/Kconfig
drivers/iio/gyro/bmg160_i2c.c
drivers/iio/gyro/bmg160_spi.c