mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
b98467fe96
It has been observed that on OMAP4430 (ES2.0, ES2.1 and ES2.3) the enabled
notifier causes errors on the DTEMP readout values:
ti-soc-thermal 4a002260.bandgap: in range ADC val: 52
ti-soc-thermal 4a002260.bandgap: in range ADC val: 64
ti-soc-thermal 4a002260.bandgap: in range ADC val: 64
ti-soc-thermal 4a002260.bandgap: out of range ADC val: 0
thermal thermal_zone0: failed to read out thermal zone (-5)
ti-soc-thermal 4a002260.bandgap: out of range ADC val: 0
thermal thermal_zone0: failed to read out thermal zone (-5)
ti-soc-thermal 4a002260.bandgap: out of range ADC val: 4
thermal thermal_zone0: failed to read out thermal zone (-5)
ti-soc-thermal 4a002260.bandgap: in range ADC val: 100
raw 100 translates to 133 Celsius on omap4-sdp, triggering shutdown due to
critical temperature.
When the notifier is disable for OMAP4430 the DTEMP values are stable:
ti-soc-thermal 4a002260.bandgap: in range ADC val: 56
ti-soc-thermal 4a002260.bandgap: in range ADC val: 56
ti-soc-thermal 4a002260.bandgap: in range ADC val: 57
ti-soc-thermal 4a002260.bandgap: in range ADC val: 57
ti-soc-thermal 4a002260.bandgap: in range ADC val: 56
Fixes:
|
||
---|---|---|
.. | ||
dra752-bandgap.h | ||
dra752-thermal-data.c | ||
Kconfig | ||
Makefile | ||
omap3-thermal-data.c | ||
omap4-thermal-data.c | ||
omap4xxx-bandgap.h | ||
omap5-thermal-data.c | ||
omap5xxx-bandgap.h | ||
ti-bandgap.c | ||
ti-bandgap.h | ||
ti-thermal-common.c | ||
ti-thermal.h | ||
TODO |