diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2017-07-24 18:29:18 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-10-19 16:31:47 +0200 |
commit | 7afebede62bed77ebae34fc64406984949d2a127 (patch) | |
tree | 7e2811b03764a374bc7f56138b23fcc2559fee4c /drivers/thermal/tegra/Makefile | |
parent | Merge branch 'for-4.15/firmware' into for-4.15/thermal (diff) | |
download | linux-7afebede62bed77ebae34fc64406984949d2a127.tar.xz linux-7afebede62bed77ebae34fc64406984949d2a127.zip |
thermal: Add Tegra BPMP thermal sensor driver
On Tegra186, the BPMP (Boot and Power Management Processor) exposes an
interface to thermal sensors on the system-on-chip. This driver
implements access to the interface. It supports reading the
temperature, setting trip points and receiving notification of a
tripped trip point.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/thermal/tegra/Makefile')
-rw-r--r-- | drivers/thermal/tegra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/tegra/Makefile b/drivers/thermal/tegra/Makefile index 1ce1af2cf0f5..ea541ecbbf32 100644 --- a/drivers/thermal/tegra/Makefile +++ b/drivers/thermal/tegra/Makefile @@ -1,4 +1,5 @@ -obj-$(CONFIG_TEGRA_SOCTHERM) += tegra-soctherm.o +obj-$(CONFIG_TEGRA_SOCTHERM) += tegra-soctherm.o +obj-$(CONFIG_TEGRA_BPMP_THERMAL) += tegra-bpmp-thermal.o tegra-soctherm-y := soctherm.o soctherm-fuse.o tegra-soctherm-$(CONFIG_ARCH_TEGRA_124_SOC) += tegra124-soctherm.o |