diff mbox series

[v2,1/2] dt-bindings: iio: imo: mpu6050: add vdd-supply

Message ID 20191107184342.20361-1-stephan@gerhold.net (mailing list archive)
State New, archived
Headers show
Series [v2,1/2] dt-bindings: iio: imo: mpu6050: add vdd-supply | expand

Commit Message

Stephan Gerhold Nov. 7, 2019, 6:43 p.m. UTC
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>
---
Changes in v2:
  - Add Reviewed-by from Linus Walleij

v1: https://lore.kernel.org/linux-iio/20191106183536.123070-1-stephan@gerhold.net/
---
 Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Jean-Baptiste Maneyrol Nov. 8, 2019, 12:11 p.m. UTC | #1
Reviewed-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>

Best regards,
JB

From: linux-iio-owner@vger.kernel.org <linux-iio-owner@vger.kernel.org> on behalf of Stephan Gerhold <stephan@gerhold.net>

Sent: Thursday, November 7, 2019 19:43

To: Jonathan Cameron <jic23@kernel.org>

Cc: Hartmut Knaack <knaack.h@gmx.de>; Lars-Peter Clausen <lars@metafoo.de>; Peter Meerwald-Stadler <pmeerw@pmeerw.net>; Rob Herring <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Linus Walleij <linus.walleij@linaro.org>; Brian Masney <masneyb@onstation.org>;
 Jonathan Marek <jonathan@marek.ca>; Jean-Baptiste Maneyrol <JManeyrol@invensense.com>; linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>; devicetree@vger.kernel.org <devicetree@vger.kernel.org>; linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>;
 Stephan Gerhold <stephan@gerhold.net>

Subject: [PATCH v2 1/2] dt-bindings: iio: imo: mpu6050: add vdd-supply

 


 CAUTION: This email originated from outside of the organization. Please make sure the sender is who they say they are and do not click links or open attachments unless you recognize the sender and know the content is safe.



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>



---



Changes in v2:



  - Add Reviewed-by from Linus Walleij







v1: 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lore.kernel.org_linux-2Diio_20191106183536.123070-2D1-2Dstephan-40gerhold.net_&d=DwIDAg&c=WoJWtq5JV8YrKnzRxvD8NxmTP_1wxfE0prPmo0NeZwg&r=4jiDX_1brsSWfCjfA6Ovj1d4h9MF8q7Xk5aBwG28mVk&m=O82MQPnLTvlD0nxDzFW1KS3aZpWiI3qYUZwJUy_qqxc&s=ddvzqy0PywWDCnge7xbJIhpqN9NltbLrzi4EBVdeA_o&e=




---



 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
Jonathan Cameron Nov. 10, 2019, 3:28 p.m. UTC | #2
On Thu,  7 Nov 2019 19:43:41 +0100
Stephan Gerhold <stephan@gerhold.net> wrote:

> 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>
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@gerhold.net/
> ---
>  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
Jonathan Cameron Nov. 10, 2019, 3:30 p.m. UTC | #3
On Fri, 8 Nov 2019 12:11:46 +0000
Jean-Baptiste Maneyrol <JManeyrol@invensense.com> wrote:

> Reviewed-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
Hi Jean-Baptiste,

I'm assuming that applies for both patches given you gave comments on
v1 that applied to patch 2!

Thanks,

Jonathan

> 
> Best regards,
> JB
> 
> From: linux-iio-owner@vger.kernel.org <linux-iio-owner@vger.kernel.org> on behalf of Stephan Gerhold <stephan@gerhold.net>
> 
> Sent: Thursday, November 7, 2019 19:43
> 
> To: Jonathan Cameron <jic23@kernel.org>
> 
> Cc: Hartmut Knaack <knaack.h@gmx.de>; Lars-Peter Clausen <lars@metafoo.de>; Peter Meerwald-Stadler <pmeerw@pmeerw.net>; Rob Herring <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Linus Walleij <linus.walleij@linaro.org>; Brian Masney <masneyb@onstation.org>;
>  Jonathan Marek <jonathan@marek.ca>; Jean-Baptiste Maneyrol <JManeyrol@invensense.com>; linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>; devicetree@vger.kernel.org <devicetree@vger.kernel.org>; linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>;
>  Stephan Gerhold <stephan@gerhold.net>
> 
> Subject: [PATCH v2 1/2] dt-bindings: iio: imo: mpu6050: add vdd-supply
> 
>  
> 
> 
>  CAUTION: This email originated from outside of the organization. Please make sure the sender is who they say they are and do not click links or open attachments unless you recognize the sender and know the content is safe.
> 
> 
> 
> 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>
> 
> 
> 
> ---
> 
> 
> 
> Changes in v2:
> 
> 
> 
>   - Add Reviewed-by from Linus Walleij
> 
> 
> 
> 
> 
> 
> 
> v1: 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lore.kernel.org_linux-2Diio_20191106183536.123070-2D1-2Dstephan-40gerhold.net_&d=DwIDAg&c=WoJWtq5JV8YrKnzRxvD8NxmTP_1wxfE0prPmo0NeZwg&r=4jiDX_1brsSWfCjfA6Ovj1d4h9MF8q7Xk5aBwG28mVk&m=O82MQPnLTvlD0nxDzFW1KS3aZpWiI3qYUZwJUy_qqxc&s=ddvzqy0PywWDCnge7xbJIhpqN9NltbLrzi4EBVdeA_o&e=
> 
> 
> 
> 
> ---
> 
> 
> 
>  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
> 
> 
>
diff mbox series

Patch

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