diff options
| author | Ben Collins <bcollins@watter.com> | 2025-08-22 09:23:50 -0400 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2025-08-25 09:44:38 +0100 |
| commit | d6d389646a35daae9fc1f21fe9221dcb7b3cc41f (patch) | |
| tree | 31e821daaa948b3fb0b45ef7b2ac095693ad915c | |
| parent | 1f53971032a582dc8bcc7d26acfcfe2bf1ae51d6 (diff) | |
| download | linux-d6d389646a35daae9fc1f21fe9221dcb7b3cc41f.tar.gz linux-d6d389646a35daae9fc1f21fe9221dcb7b3cc41f.zip | |
dt-bindings: iio: mcp9600: Set default 3 for thermocouple-type
As is already documented in this file, Type-K is the default, so make
that explicit in the dt-bindings.
Signed-off-by: Ben Collins <bcollins@watter.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20250822-upstream-changes-v8-1-40bb1739e3e2@watter.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.yaml b/Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.yaml index d2cafa38a544..57b387a1accc 100644 --- a/Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.yaml +++ b/Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.yaml @@ -37,6 +37,7 @@ properties: thermocouple-type: $ref: /schemas/types.yaml#/definitions/uint32 + default: 3 description: Type of thermocouple (THERMOCOUPLE_TYPE_K if omitted). Use defines in dt-bindings/iio/temperature/thermocouple.h. |
