diff options
author | Randolph Maaßen <gaireg@gaireg.de> | 2019-01-28 21:50:02 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-02-02 12:51:15 +0300 |
commit | d9f5c4e2374deefb2d3c07727a47c37727b8cbc1 (patch) | |
tree | 3ec20e1384cfe24c2a7798320383a0c6b343bee2 /Documentation/devicetree/bindings/iio/imu | |
parent | 349c2deafed788826ff1a67e2c7daeb7fcebd051 (diff) | |
download | linux-d9f5c4e2374deefb2d3c07727a47c37727b8cbc1.tar.xz |
dt-bindings: iio: imu: add icm20602 bindings to mpu6050
Adding the invensense ICM-20602 to the compatible list of the mpu6050
driver
Signed-off-by: Randolph Maaßen <gaireg@gaireg.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/imu')
-rw-r--r-- | Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt b/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt index 6ab9a9d196b0..268bf7568e19 100644 --- a/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt +++ b/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt @@ -11,6 +11,7 @@ Required properties: "invensense,mpu9250" "invensense,mpu9255" "invensense,icm20608" + "invensense,icm20602" - reg : the I2C address of the sensor - interrupts: interrupt mapping for IRQ. It should be configured with flags IRQ_TYPE_LEVEL_HIGH, IRQ_TYPE_EDGE_RISING, IRQ_TYPE_LEVEL_LOW or |