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: 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>

authored by

Ben Collins and committed by
Jonathan Cameron
d6d38964 1f539710

+1
+1
Documentation/devicetree/bindings/iio/temperature/microchip,mcp9600.yaml
··· 37 37 38 38 thermocouple-type: 39 39 $ref: /schemas/types.yaml#/definitions/uint32 40 + default: 3 40 41 description: 41 42 Type of thermocouple (THERMOCOUPLE_TYPE_K if omitted). 42 43 Use defines in dt-bindings/iio/temperature/thermocouple.h.