diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2017-06-13 22:51:32 +0530 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-07-01 10:17:00 +0100 |
commit | fb78285101bb9f945f2757e54acc6532240b3adb (patch) | |
tree | 8a0214b3794adc0194ab3bf7b0cbc1fa2778d1af /Documentation/devicetree/bindings/iio | |
parent | 1813c71317df7a4b2578346967a3b3f6e6ab6c0e (diff) | |
download | op-kernel-dev-fb78285101bb9f945f2757e54acc6532240b3adb.zip op-kernel-dev-fb78285101bb9f945f2757e54acc6532240b3adb.tar.gz |
dt-bindings: iio: pressure: Add bindings for MS5637, MS5805, MS5837 and MS8607 sensors
Add device tree bindings for Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iio')
-rw-r--r-- | Documentation/devicetree/bindings/iio/pressure/ms5637.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/pressure/ms5637.txt b/Documentation/devicetree/bindings/iio/pressure/ms5637.txt new file mode 100644 index 0000000..1f43ffa --- /dev/null +++ b/Documentation/devicetree/bindings/iio/pressure/ms5637.txt @@ -0,0 +1,17 @@ +* MS5637 - Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor + +Required properties: + + -compatible: should be one of the following + meas,ms5637 + meas,ms5805 + meas,ms5837 + meas,ms8607-temppressure + -reg: I2C address of the sensor + +Example: + +ms5637@76 { + compatible = "meas,ms5637"; + reg = <0x76>; +}; |