diff options
author | Brian Norris <computersforpeace@gmail.com> | 2017-09-26 14:27:59 -0700 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-10-31 19:32:19 -0700 |
commit | 9e03cf1b2dd54733d0d2c5811b78257d78562c03 (patch) | |
tree | 1b0518e9c25c66e6e18593937a072ffbfdeaff75 /drivers/thermal/broadcom/Makefile | |
parent | b590c51c9b956f465acc73a2864d3a1444c76c3b (diff) | |
download | linux-stable-9e03cf1b2dd54733d0d2c5811b78257d78562c03.tar.gz linux-stable-9e03cf1b2dd54733d0d2c5811b78257d78562c03.tar.bz2 linux-stable-9e03cf1b2dd54733d0d2c5811b78257d78562c03.zip |
thermal: add brcmstb AVS TMON driver
The AVS TMON core provides temperature readings, a pair of configurable
high- and low-temperature threshold interrupts, and an emergency
over-temperature chip reset. The driver utilizes the first two to
provide temperature readings and high-temperature notifications to
applications. The over-temperature reset is not exposed to
applications; this reset threshold is critical to the system and should
be set with care within the bootloader.
Applications may choose to utilize the notification mechanism, the
temperature reading mechanism (e.g., through polling), or both.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Doug Berger <opendmb@gmail.com>
Signed-off-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/broadcom/Makefile')
-rw-r--r-- | drivers/thermal/broadcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/broadcom/Makefile b/drivers/thermal/broadcom/Makefile index c6f62e4fd0ee..fae10ecafaef 100644 --- a/drivers/thermal/broadcom/Makefile +++ b/drivers/thermal/broadcom/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_BCM2835_THERMAL) += bcm2835_thermal.o +obj-$(CONFIG_BRCMSTB_THERMAL) += brcmstb_thermal.o obj-$(CONFIG_BCM_NS_THERMAL) += ns-thermal.o |