diff mbox series

[2/2] dt-bindings: iio: imu: st_lsm6dsx: introduce vdd-vddio regulators bindings

Message ID fd692095f2cdda5a99327f57e69c34a4ffce232f.1605625579.git.lorenzo@kernel.org
State Superseded, archived
Headers show
Series st_lsm6dsx: add vdd-vddio power regulator | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 10 lines checked

Commit Message

Lorenzo Bianconi Nov. 17, 2020, 3:11 p.m. UTC
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
 Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jonathan Cameron Nov. 17, 2020, 4:06 p.m. UTC | #1
On Tue, 17 Nov 2020 16:11:38 +0100
Lorenzo Bianconi <lorenzo@kernel.org> wrote:

> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> ---
>  Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
> index 7c6742d3e992..bc3448df9647 100644
> --- a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
> +++ b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
> @@ -20,6 +20,10 @@ Required properties:
>  - reg: i2c address of the sensor / spi cs line
>  
>  Optional properties:
> +- vdd-supply: an optional regulator that needs to be on to provide VDD
> +  power to the sensor.
> +- vddio-supply: an optional regulator that needs to be on to provide the
> +  VDD IO power to the sensor.
>  - st,drdy-int-pin: the pin on the package that will be used to signal
>    "data ready" (valid values: 1 or 2).
>  - st,pullups : enable/disable internal i2c controller pullup resistors.

Hi Lorenzo,

Please could you rebase this on top of 
https://lore.kernel.org/linux-iio/20201031184854.745828-13-jic23@kernel.org/

Which does a yaml conversion of this file.

I'm working my way through backlog of those this week so will pick that up
at some point very soon.

I'll resend a v2 of some patches in those series, but only those where there
are outstanding comments that aren't trivial.

(Rob's acked most with a few requested tweaks).

Thanks,

Jonathan
Lorenzo Bianconi Nov. 17, 2020, 4:17 p.m. UTC | #2
> On Tue, 17 Nov 2020 16:11:38 +0100
> Lorenzo Bianconi <lorenzo@kernel.org> wrote:
> 
> > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> > ---
> >  Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
> > index 7c6742d3e992..bc3448df9647 100644
> > --- a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
> > +++ b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
> > @@ -20,6 +20,10 @@ Required properties:
> >  - reg: i2c address of the sensor / spi cs line
> >  
> >  Optional properties:
> > +- vdd-supply: an optional regulator that needs to be on to provide VDD
> > +  power to the sensor.
> > +- vddio-supply: an optional regulator that needs to be on to provide the
> > +  VDD IO power to the sensor.
> >  - st,drdy-int-pin: the pin on the package that will be used to signal
> >    "data ready" (valid values: 1 or 2).
> >  - st,pullups : enable/disable internal i2c controller pullup resistors.
> 
> Hi Lorenzo,
> 
> Please could you rebase this on top of 
> https://lore.kernel.org/linux-iio/20201031184854.745828-13-jic23@kernel.org/
> 
> Which does a yaml conversion of this file.

Hi Jonathan,

sure, no worries. I was quite sure the yaml conversion was merged but then I
discovered it was not :) I will post v2 soon.

Regards,
Lorenzo

> 
> I'm working my way through backlog of those this week so will pick that up
> at some point very soon.
> 
> I'll resend a v2 of some patches in those series, but only those where there
> are outstanding comments that aren't trivial.
> 
> (Rob's acked most with a few requested tweaks).
> 
> Thanks,
> 
> Jonathan
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
index 7c6742d3e992..bc3448df9647 100644
--- a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
+++ b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
@@ -20,6 +20,10 @@  Required properties:
 - reg: i2c address of the sensor / spi cs line
 
 Optional properties:
+- vdd-supply: an optional regulator that needs to be on to provide VDD
+  power to the sensor.
+- vddio-supply: an optional regulator that needs to be on to provide the
+  VDD IO power to the sensor.
 - st,drdy-int-pin: the pin on the package that will be used to signal
   "data ready" (valid values: 1 or 2).
 - st,pullups : enable/disable internal i2c controller pullup resistors.