On Thu, 7 Nov 2019 19:43:41 +0100 Stephan Gerhold <stephan@xxxxxxxxxxx> wrote: > inv_mpu6050 now supports an additional vdd-supply; document it. > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx> Applied with imo->imu in the patch title. Thanks, Jonathan > --- > Changes in v2: > - Add Reviewed-by from Linus Walleij > > v1: https://lore.kernel.org/linux-iio/20191106183536.123070-1-stephan@xxxxxxxxxxx/ > --- > Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt | 1 + > 1 file changed, 1 insertion(+) > > 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