gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / pressure / ms5637.txt
blob1f43ffa068ac60f5323e52a069b8e21643b9a3d2
1 * MS5637 - Measurement-Specialties MS5637, MS5805, MS5837 and MS8607 pressure & temperature sensor
3 Required properties:
5         -compatible: should be one of the following
6                 meas,ms5637
7                 meas,ms5805
8                 meas,ms5837
9                 meas,ms8607-temppressure
10         -reg: I2C address of the sensor
12 Example:
14 ms5637@76 {
15         compatible = "meas,ms5637";
16         reg = <0x76>;