diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-08-23 13:50:27 +0530 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2016-09-27 14:02:16 +0800 |
commit | ec4664b3fd6d565a79eb562e4339528f74eb1cca (patch) | |
tree | 0828814b91d910325d5caf25259012a167002c2d /drivers/thermal/Makefile | |
parent | 94c2004ef530a9692ae9f417241eb44a51723c51 (diff) | |
download | linux-stable-ec4664b3fd6d565a79eb562e4339528f74eb1cca.tar.gz linux-stable-ec4664b3fd6d565a79eb562e4339528f74eb1cca.tar.bz2 linux-stable-ec4664b3fd6d565a79eb562e4339528f74eb1cca.zip |
thermal: max77620: Add thermal driver for reporting junction temp
Maxim Semiconductor Max77620 supports alarm interrupts when
its die temperature crosses 120C and 140C. These threshold
temperatures are not configurable.
Add thermal driver to register PMIC die temperature as thermal
zone sensor and capture the die temperature warning interrupts
to notifying the client.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.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 fdb4b3871254..7c1aca6d8b14 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -37,6 +37,7 @@ obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o obj-$(CONFIG_TANGO_THERMAL) += tango_thermal.o obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o +obj-$(CONFIG_MAX77620_THERMAL) += max77620_thermal.o obj-$(CONFIG_QORIQ_THERMAL) += qoriq_thermal.o obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o |