diff options
author | 2019-11-07 19:43:41 +0100 | |
---|---|---|
committer | 2019-11-10 16:00:34 +0000 | |
commit | ea3b263e83ed706343b935b1b239ae15ecdf176a (patch) | |
tree | 55e5f905bf5a97dd4f22381b5005a7903271c90a | |
parent | iio: cros_ec_baro: set info_mask_shared_by_all_available field (diff) | |
download | linux-dev-ea3b263e83ed706343b935b1b239ae15ecdf176a.tar.xz linux-dev-ea3b263e83ed706343b935b1b239ae15ecdf176a.zip |
dt-bindings: iio: imu: mpu6050: add vdd-supply
inv_mpu6050 now supports an additional vdd-supply; document it.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-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 268bf7568e19..c5ee8a20af9f 100644 --- a/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt +++ b/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt @@ -21,6 +21,7 @@ Required properties: bindings. Optional properties: + - vdd-supply: regulator phandle for VDD supply - vddio-supply: regulator phandle for VDDIO supply - mount-matrix: an optional 3x3 mounting rotation matrix - i2c-gate node. These devices also support an auxiliary i2c bus. This is |