thermal: generic-adc: Add DT binding for ADC based thermal sensor
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 19 Apr 2016 07:22:00 +0000 (12:52 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 17 May 2016 14:28:31 +0000 (07:28 -0700)
commit9e389e383b30c5d63de67e7a0cfa39c527a98bbc
tree2c96cda2f6eb6c261d1395e684c031bb532409df
parentf350098070e36e1f51f925264146eff18a4e42dd
thermal: generic-adc: Add DT binding for ADC based thermal sensor

Sometimes, thermal sensors like NCT thermistors are connected to
the ADC channel. The temperature is read by reading the voltage
across the sensor resistance via ADC and referring the lookup
table for ADC value to temperature.

Add DT binding doc for the ADC based thermal sensor driver to
detail the DT property and provide the example for how to use it.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Rob Herring <rob@kernel.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Documentation/devicetree/bindings/thermal/thermal-generic-adc.txt [new file with mode: 0644]