From 8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1 Mon Sep 17 00:00:00 2001 From: Faiz Abbas Date: Tue, 14 Nov 2017 16:12:31 +0530 Subject: 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 Reviewed-by: Simon Glass --- drivers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/Makefile') diff --git a/drivers/Makefile b/drivers/Makefile index dab5c182c2..e6062a5683 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -50,6 +50,7 @@ obj-$(CONFIG_SPL_SATA_SUPPORT) += ata/ scsi/ obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/ obj-$(CONFIG_SPL_MMC_SUPPORT) += block/ obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/ +obj-$(CONFIG_SPL_THERMAL) += thermal/ endif endif -- cgit v1.2.3