blob: e71c60f35610c199050cecccf45dc2fc03e273f8 [file]
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>;
};