aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iio/temperature
diff options
context:
space:
mode:
authorVianney le Clément de Saint-Marcq <vianney.leclement@essensium.com>2015-03-30 10:34:59 +0200
committerJonathan Cameron <jic23@kernel.org>2015-04-09 15:04:56 +0100
commit5147b21a61806b0ff2c29ccb3f8bc37495d5c2ff (patch)
treed01fcb5b6e7cab6cd6c103f2c9254916b5562479 /Documentation/devicetree/bindings/iio/temperature
parentiio: core: Introduce IIO_CHAN_INFO_CALIBEMISSIVITY (diff)
downloadlinux-dev-5147b21a61806b0ff2c29ccb3f8bc37495d5c2ff.tar.xz
linux-dev-5147b21a61806b0ff2c29ccb3f8bc37495d5c2ff.zip
iio: mlx90614: Add devicetree bindings documentation
Also introduce "melexis" as a vendor prefix for device tree bindings. Signed-off-by: Vianney le Clément de Saint-Marcq <vianney.leclement@essensium.com> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/temperature')
-rw-r--r--Documentation/devicetree/bindings/iio/temperature/mlx90614.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/temperature/mlx90614.txt b/Documentation/devicetree/bindings/iio/temperature/mlx90614.txt
new file mode 100644
index 000000000000..4c959f3b8663
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/temperature/mlx90614.txt
@@ -0,0 +1,15 @@
+* Melexis MLX90614 contactless IR temperature sensor
+
+http://melexis.com/Infrared-Thermometer-Sensors/Infrared-Thermometer-Sensors/MLX90614-615.aspx
+
+Required properties:
+
+ - compatible: should be "melexis,mlx90614"
+ - reg: the I2C address of the sensor
+
+Example:
+
+mlx90614@5a {
+ compatible = "melexis,mlx90614";
+ reg = <0x5a>;
+};