diff options
author | Patrick Havelange <patrick.havelange@essensium.com> | 2019-03-26 12:18:40 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-04-04 21:21:01 +0200 |
commit | 023e41632e065d49bcbe31b3c4b336217f96a271 (patch) | |
tree | 485d44def7d729f9f65f4885b38d96443bee8a7d /Documentation/devicetree/bindings | |
parent | devantech-srf04.yaml: transform DT binding to YAML (diff) | |
download | linux-023e41632e065d49bcbe31b3c4b336217f96a271.tar.xz linux-023e41632e065d49bcbe31b3c4b336217f96a271.zip |
dt-bindings: iio/temperature: Add thermocouple types (and doc)
This patch introduces common thermocouple types used by various
temperature sensors. Also a brief documentation explaining this
"thermocouple-type" property.
Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/iio/temperature/temperature-bindings.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/temperature/temperature-bindings.txt b/Documentation/devicetree/bindings/iio/temperature/temperature-bindings.txt new file mode 100644 index 000000000000..8f339cab74ae --- /dev/null +++ b/Documentation/devicetree/bindings/iio/temperature/temperature-bindings.txt @@ -0,0 +1,7 @@ +If the temperature sensor device can be configured to use some specific +thermocouple type, you can use the defined types provided in the file +"include/dt-bindings/iio/temperature/thermocouple.h". + +Property: +thermocouple-type: A single cell representing the type of the thermocouple + used by the device. |