]> git.ipfire.org Git - people/ms/u-boot.git/commit
thermal: ti-bandgap: Add support for temperature sensor
authorFaiz Abbas <faiz_abbas@ti.com>
Tue, 14 Nov 2017 10:42:31 +0000 (16:12 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 21 Nov 2017 13:03:38 +0000 (08:03 -0500)
commit8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1
treeff43f81e43bc6b1992117d7d7e0c2e9ee143b455
parent5ad1fec6edcfa7d8b374571cc3c40da7dde8898b
thermal: ti-bandgap: Add support for temperature sensor

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>
common/spl/Kconfig
doc/device-tree-bindings/thermal/ti_soc_thermal.txt [new file with mode: 0644]
drivers/Makefile
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/ti-bandgap.c [new file with mode: 0644]