2022-09-09 17:02:28

by Martyn Welch

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: iio: st,st-sensors add LPS22DF.

Add support for the ST LPS22DF, an I2C/SPI pressure sensor.

Signed-off-by: Martyn Welch <[email protected]>
---
Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml
index fcb2902683c7..250439b13152 100644
--- a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml
+++ b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml
@@ -73,6 +73,7 @@ properties:
- description: STMicroelectronics Pressure Sensors
enum:
- st,lps001wp-press
+ - st,lps22df
- st,lps22hb-press
- st,lps22hh
- st,lps25h-press
@@ -141,6 +142,7 @@ allOf:
- st,lis2mdl
- st,lis3l02dq
- st,lis3lv02dl-accel
+ - st,lps22df
- st,lps22hb-press
- st,lps22hh
- st,lps25h-press
--
2.35.1


2022-09-09 17:04:14

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: iio: st,st-sensors add LPS22DF.

On 09/09/2022 18:16, Martyn Welch wrote:
> Add support for the ST LPS22DF, an I2C/SPI pressure sensor.
>
> Signed-off-by: Martyn Welch <[email protected]>
> ---
> Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 2 ++


Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof

2022-09-11 10:48:45

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: iio: st,st-sensors add LPS22DF.

On Fri, 9 Sep 2022 18:22:40 +0200
Krzysztof Kozlowski <[email protected]> wrote:

> On 09/09/2022 18:16, Martyn Welch wrote:
> > Add support for the ST LPS22DF, an I2C/SPI pressure sensor.
> >
> > Signed-off-by: Martyn Welch <[email protected]>
> > ---
> > Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 2 ++
>
>
> Acked-by: Krzysztof Kozlowski <[email protected]>

Series looks good to me. It won't make my first pull request for this
cycle (as I've already tagged that - though not sent pull as travelling
to Dublin) so there will be time for other feedback before I push this out
as togreg.

Once I have a stable connection. Will push this out as testing for 0-day
to see if we missed anything.

Thanks,

Jonathan

>
>
> Best regards,
> Krzysztof