diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2017-11-14 16:12:31 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-21 08:03:38 -0500 |
commit | 8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1 (patch) | |
tree | ff43f81e43bc6b1992117d7d7e0c2e9ee143b455 /drivers/thermal/Makefile | |
parent | 5ad1fec6edcfa7d8b374571cc3c40da7dde8898b (diff) | |
download | u-boot-8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1.zip u-boot-8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1.tar.gz u-boot-8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1.tar.bz2 |
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>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index d768f5e..f6271a5 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -7,3 +7,4 @@ obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o +obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o |