Re: [PATCH 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor driver

2016-04-07 Thread Rob Herring
On Wed, Apr 06, 2016 at 03:33:05PM +0530, Laxman Dewangan wrote: > 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.

Re: [PATCH 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor driver

2016-04-06 Thread Laxman Dewangan
Hi Eduardo, Thanks for review. On Wednesday 06 April 2016 09:31 PM, Eduardo Valentin wrote: On Wed, Apr 06, 2016 at 03:33:05PM +0530, Laxman Dewangan wrote: +- step-temperature: The temperature steps for the reading ADC +value in millicelsius. How about when

Re: [PATCH 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor driver

2016-04-06 Thread Eduardo Valentin
On Wed, Apr 06, 2016 at 03:33:05PM +0530, Laxman Dewangan wrote: > 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.

[PATCH 1/2] thermal: generic-adc: Add DT binding for ADC based thermal sensor driver

2016-04-06 Thread Laxman Dewangan
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. The ADC interface is provided through the IIO framework. Add DT binding