Re: [U-Boot] [PATCH] thermal: ti-bandgap: Fix adc value datatype

2020-01-19 Thread Lokesh Vutla
On 11/11/19 3:15 PM, Faiz Abbas wrote: > The CORE_TEMP_SENSOR_MPU register gives a raw adc value which needs to > be indexed into a lookup table to get the actual temperature. Fix the > naming and datatype of the adc value variable. > > Signed-off-by: Faiz Abbas Merged into u-boot-ti.

[U-Boot] [PATCH] thermal: ti-bandgap: Fix adc value datatype

2019-11-11 Thread Faiz Abbas
The CORE_TEMP_SENSOR_MPU register gives a raw adc value which needs to be indexed into a lookup table to get the actual temperature. Fix the naming and datatype of the adc value variable. Signed-off-by: Faiz Abbas --- drivers/thermal/ti-bandgap.c | 6 +++--- 1 file changed, 3 insertions(+), 3