forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/iio/temperature/maxim_thermocouple.txt
....@@ -5,7 +5,10 @@
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 @@
1518 Example:
1619
1720 max31855@0 {
18
- compatible = "maxim,max31855";
21
+ compatible = "maxim,max31855k";
1922 reg = <0>;
2023 spi-max-frequency = <4300000>;
2124 };