OSDN Git Service

dt-bindings: iio: pressure: Add bindings for MS5637, MS5805, MS5837 and MS8607 sensors
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Tue, 13 Jun 2017 17:21:32 +0000 (22:51 +0530)
committerJonathan Cameron <jic23@kernel.org>
Sat, 1 Jul 2017 09:17:00 +0000 (10:17 +0100)
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>
Documentation/devicetree/bindings/iio/pressure/ms5637.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/iio/pressure/ms5637.txt b/Documentation/devicetree/bindings/iio/pressure/ms5637.txt
new file mode 100644 (file)
index 0000000..1f43ffa
--- /dev/null
@@ -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>;
+};