Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb
[linux-2.6-microblaze.git] / Documentation / ABI / testing / sysfs-bus-iio-temperature-max31856
1 What:           /sys/bus/iio/devices/iio:deviceX/fault_oc
2 KernelVersion:  5.1
3 Contact:        linux-iio@vger.kernel.org
4 Description:
5                 Open-circuit fault. The detection of open-circuit faults,
6                 such as those caused by broken thermocouple wires.
7                 Reading returns either '1' or '0'.
8
9                 ===  =======================================================
10                 '1'  An open circuit such as broken thermocouple wires
11                      has been detected.
12                 '0'  No open circuit or broken thermocouple wires are detected
13                 ===  =======================================================
14
15 What:           /sys/bus/iio/devices/iio:deviceX/fault_ovuv
16 KernelVersion:  5.1
17 Contact:        linux-iio@vger.kernel.org
18 Description:
19                 Overvoltage or Undervoltage Input Fault. The internal circuitry
20                 is protected from excessive voltages applied to the thermocouple
21                 cables by integrated MOSFETs at the T+ and T- inputs, and the
22                 BIAS output. These MOSFETs turn off when the input voltage is
23                 negative or greater than VDD.
24
25                 Reading returns either '1' or '0'.
26
27                 ===  =======================================================
28                 '1'  The input voltage is negative or greater than VDD.
29                 '0'  The input voltage is positive and less than VDD (normal
30                      state).
31                 ===  =======================================================