diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-03-31 20:03:06 +0000 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-04-01 09:30:28 -0700 |
commit | bcb7dd9ef206f7d646ed8dac6fe7772083714253 (patch) | |
tree | 493f0a1c022c8e7d97b798713fbbc9ba291e8684 /drivers/thermal/Makefile | |
parent | 1e2ac9821de6a85d3e8358f238436708d1d46869 (diff) | |
download | linux-stable-bcb7dd9ef206f7d646ed8dac6fe7772083714253.tar.gz linux-stable-bcb7dd9ef206f7d646ed8dac6fe7772083714253.tar.bz2 linux-stable-bcb7dd9ef206f7d646ed8dac6fe7772083714253.zip |
thermal: bcm2835: add thermal driver for bcm2835 SoC
Add basic thermal driver for bcm2835 SoC.
This driver currently make sure that tsense HW block is set up
correctly.
Tested-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Eric Anholt <eric@anholt.net>
Acked-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
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 7adae2029355..f23cde05dac6 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -58,3 +58,4 @@ obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o obj-$(CONFIG_GENERIC_ADC_THERMAL) += thermal-generic-adc.o obj-$(CONFIG_ZX2967_THERMAL) += zx2967_thermal.o +obj-$(CONFIG_BCM2835_THERMAL) += bcm2835_thermal.o |