Skip to content

Commit 3922f93

Browse files
andreamerellojic23
authored andcommitted
dt-bindings: iio: maxim_thermocouple: document new 'compatible' strings
Now the maxim_thermocouple has new, more specific, 'compatible' strings for better distinguish the various supported chips. This patch updates the DT bindings documentation accordingly Cc: Hartmut Knaack <[email protected]> Cc: Lars-Peter Clausen <[email protected]> Cc: Peter Meerwald-Stadler <[email protected]> Cc: Colin Ian King <[email protected]> Cc: Patrick Havelange <[email protected]> Cc: Matt Weber <[email protected]> Cc: Matt Ranostay <[email protected]> Cc: Chuhong Yuan <[email protected]> Cc: Daniel Gomez <[email protected]> Cc: [email protected] Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: [email protected] Signed-off-by: Andrea Merello <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent d7f6a74 commit 3922f93

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/iio/temperature/maxim_thermocouple.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Maxim thermocouple support
55

66
Required properties:
77

8-
- compatible: must be "maxim,max31855" or "maxim,max6675"
8+
- compatible: must be "maxim,max6675" or one of the following:
9+
"maxim,max31855k", "maxim,max31855j", "maxim,max31855n",
10+
"maxim,max31855s", "maxim,max31855t", "maxim,max31855e",
11+
"maxim,max31855r"; the generic "max,max31855" is deprecated.
912
- reg: SPI chip select number for the device
1013
- spi-max-frequency: must be 4300000
1114
- spi-cpha: must be defined for max6675 to enable SPI mode 1
@@ -15,7 +18,7 @@ Required properties:
1518
Example:
1619

1720
max31855@0 {
18-
compatible = "maxim,max31855";
21+
compatible = "maxim,max31855k";
1922
reg = <0>;
2023
spi-max-frequency = <4300000>;
2124
};

0 commit comments

Comments
 (0)