diff options
author | Gregor Boirie <gregor.boirie@parrot.com> | 2016-04-19 11:18:32 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-05-29 16:02:14 +0200 |
commit | e039e2f5b4dab9a90bb5441a154c01a051b1abfa (patch) | |
tree | ac2528cf4315fbc4b7e0dcd5206a996d0c0d6a54 /Documentation/devicetree/bindings/iio/st-sensors.txt | |
parent | iio: triggers: Make trigger ops structure explicitly non optional. (diff) | |
download | linux-e039e2f5b4dab9a90bb5441a154c01a051b1abfa.tar.xz linux-e039e2f5b4dab9a90bb5441a154c01a051b1abfa.zip |
iio:st_pressure:initial lps22hb sensor support
Initial support for ST LPS22HB pressure sensor. Datasheet:
http://www2.st.com/resource/en/datasheet/lps22hb.pdf
Features:
* pressure data and timestamping channels
* sampling frequency selection
* interrupt based trigger
* over I2C or SPI
Signed-off-by: Gregor Boirie <gregor.boirie@parrot.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/st-sensors.txt')
-rw-r--r-- | Documentation/devicetree/bindings/iio/st-sensors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/st-sensors.txt b/Documentation/devicetree/bindings/iio/st-sensors.txt index 5844cf72862d..e41fe340162b 100644 --- a/Documentation/devicetree/bindings/iio/st-sensors.txt +++ b/Documentation/devicetree/bindings/iio/st-sensors.txt @@ -64,3 +64,4 @@ Pressure sensors: - st,lps001wp-press - st,lps25h-press - st,lps331ap-press +- st,lps22hb-press |