Message ID | 20220909161611.780720-1-martyn.welch@collabora.co.uk |
---|---|
State | Accepted |
Commit | b402783711bfe93e9da0e3f9eab3aee95cece29d |
Headers | show |
Series | [1/2] dt-bindings: iio: st,st-sensors add LPS22DF. | expand |
On Fri, 9 Sep 2022 18:22:40 +0200 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 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 <martyn.welch@collabora.co.uk> > > --- > > Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 2 ++ > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 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
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
Add support for the ST LPS22DF, an I2C/SPI pressure sensor. Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk> --- Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 2 ++ 1 file changed, 2 insertions(+)