diff mbox series

[4/4] dt-bindings: iio: pressure: Add bindings for MS5637, MS5805, MS5837 and MS8607 sensors

Message ID 1497374492-21040-1-git-send-email-manivannan.sadhasivam@linaro.org
State Accepted
Commit fb78285101bb9f945f2757e54acc6532240b3adb
Headers show
Series None | expand

Commit Message

Manivannan Sadhasivam June 13, 2017, 5:21 p.m. UTC
Add device tree bindings for Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

---
 .../devicetree/bindings/iio/pressure/ms5637.txt        | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/pressure/ms5637.txt

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Jonathan Cameron June 24, 2017, 8:53 p.m. UTC | #1
On Tue, 13 Jun 2017 22:51:32 +0530
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> wrote:

> Add device tree bindings for Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor

> 

> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

Applied to the togreg branch of iio.git with some white space cleanup at the end
of the file.

Thanks,

Jonathan
> ---

>  .../devicetree/bindings/iio/pressure/ms5637.txt        | 18 ++++++++++++++++++

>  1 file changed, 18 insertions(+)

>  create mode 100644 Documentation/devicetree/bindings/iio/pressure/ms5637.txt

> 

> diff --git a/Documentation/devicetree/bindings/iio/pressure/ms5637.txt b/Documentation/devicetree/bindings/iio/pressure/ms5637.txt

> new file mode 100644

> index 0000000..c0f3f8b

> --- /dev/null

> +++ b/Documentation/devicetree/bindings/iio/pressure/ms5637.txt

> @@ -0,0 +1,18 @@

> +* 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>;

> +};

> +	


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

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