Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-20 | thermal: ti-bandgap: Fix adc value datatype | 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 <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> | |||
2017-11-21 | thermal: ti-bandgap: Add support for temperature sensor | Faiz Abbas | |
The dra7xx series of SOCs contain a temperature sensor and an associated analog-to-digital converter (ADC) which produces an output which is proportional to the SOC temperature. Add support for this temperature sensor. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> |