| PTC Thermistor hwmon sensors |
| ------------------------------- |
| |
| Requires node properties: |
| - "compatible" value : one of |
| "ti,tmp6331decr,vbias-1.8v-100000ohm" |
| |
| - "pullup-uv" Pull up voltage in micro volts |
| - "pull-ohm" Pull up/down resistor value in ohms |
| - "connected-positive" Always ON, If not specified. |
| Status change is possible. |
| - "io-channels" Channel node of ADC to be used for |
| conversion. |
| |
| Optional node properties: |
| - "#thermal-sensor-cells" Used to expose itself to thermal fw. |
| |
| Read more about iio bindings at |
| Documentation/devicetree/bindings/iio/iio-bindings.txt |
| |
| Example: |
| tmp6331decr@0 { |
| compatible = "ti,tmp6331decr,vbias-1.8v-100000ohm"; |
| pullup-uv = <1800000>; |
| pull-ohm = <100000>; |
| io-channels = <&adc 3>; |
| }; |