mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
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>
This commit is contained in:
parent
c8a8585431
commit
5147b21a61
@ -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>;
|
||||
};
|
@ -110,6 +110,7 @@ lltc Linear Technology Corporation
|
||||
marvell Marvell Technology Group Ltd.
|
||||
maxim Maxim Integrated Products
|
||||
mediatek MediaTek Inc.
|
||||
melexis Melexis N.V.
|
||||
merrii Merrii Technology Co., Ltd.
|
||||
micrel Micrel Inc.
|
||||
microchip Microchip Technology Inc.
|
||||
|
Loading…
Reference in New Issue
Block a user