Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: gyroscope: bosch,bmg160: add bmx055 gyroscope binding

Add the device-tree binding for the bosch BMX055 IMU (gyroscope part),
which is compatible with bmg160.

Datasheet: https://cdn.sparkfun.com/assets/b/9/1/f/4/bst-bmx055-ds000_datasheet.pdf
Signed-off-by: Jun Yan <jerrysteve1101@gmail.com>
Reviewed-by: Linus Walleij <linusw@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Jun Yan and committed by
Jonathan Cameron
bfd61205 e1d2445b

+8 -4
+8 -4
Documentation/devicetree/bindings/iio/gyroscope/bosch,bmg160.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - enum: 15 - - bosch,bmg160 16 - - bosch,bmi055_gyro 17 - - bosch,bmi088_gyro 14 + oneOf: 15 + - enum: 16 + - bosch,bmg160 17 + - bosch,bmi055_gyro 18 + - bosch,bmi088_gyro 19 + - items: 20 + - const: bosch,bmx055-gyro 21 + - const: bosch,bmg160 18 22 19 23 reg: 20 24 maxItems: 1