Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: temperature: add MLX90635 device

Add device tree bindings for MLX90635 Infra Red contactless temperature
sensor.

Signed-off-by: Crt Mori <cmo@melexis.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/0313c3b9f7490c32891627feb5ef35d5e5d9aae9.1701872051.git.cmo@melexis.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Crt Mori and committed by
Jonathan Cameron
464cb187 a1d1ba5e

+17 -2
+17 -2
Documentation/devicetree/bindings/iio/temperature/melexis,mlx90632.yaml
··· 4 4 $id: http://devicetree.org/schemas/iio/temperature/melexis,mlx90632.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Melexis MLX90632 contactless Infra Red temperature sensor 7 + title: Melexis MLX90632 and MLX90635 contactless Infra Red temperature sensor 8 8 9 9 maintainers: 10 10 - Crt Mori <cmo@melexis.com> ··· 27 27 Since measured object emissivity effects Infra Red energy emitted, 28 28 emissivity should be set before requesting the object temperature. 29 29 30 + https://www.melexis.com/en/documents/documentation/datasheets/datasheet-mlx90635 31 + 32 + MLX90635 is most suitable for consumer applications where 33 + measured object temperature is in range between -20 to 100 degrees 34 + Celsius with relative error of measurement 2 degree Celsius in 35 + object temperature range for industrial applications, while just 0.2 36 + degree Celsius for human body measurement applications. Since it can 37 + operate and measure ambient temperature in range of -20 to 85 degrees 38 + Celsius it is suitable also for outdoor use. 39 + 40 + Since measured object emissivity effects Infra Red energy emitted, 41 + emissivity should be set before requesting the object temperature. 42 + 30 43 properties: 31 44 compatible: 32 - const: melexis,mlx90632 45 + enum: 46 + - melexis,mlx90632 47 + - melexis,mlx90635 33 48 34 49 reg: 35 50 maxItems: 1