summaryrefslogtreecommitdiff
path: root/drivers/thermal/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-05-03 17:19:46 +0300
committerStefano Babic <sbabic@denx.de>2020-05-10 21:55:20 +0300
commit2cd7f47983a38397c32bdf4fefeb35cd13600edb (patch)
tree97a7788df2ca301cf18b3eaa2ead67f5b5625541 /drivers/thermal/Makefile
parent6039d669f4eaf9f2b7442bafb89efaa32a8ee567 (diff)
downloadu-boot-2cd7f47983a38397c32bdf4fefeb35cd13600edb.tar.xz
thermal: Add thermal driver for i.MX8M
The driver is ported form Linux Kernel and support driver model. Users need to provide the tmu node and sensors nodes in DTB. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r--drivers/thermal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile
index ef2929d180..15fe847d9f 100644
--- a/drivers/thermal/Makefile
+++ b/drivers/thermal/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_DM_THERMAL) += thermal-uclass.o
obj-$(CONFIG_IMX_THERMAL) += imx_thermal.o
obj-$(CONFIG_IMX_SCU_THERMAL) += imx_scu_thermal.o
obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o
+obj-$(CONFIG_IMX_TMU) += imx_tmu.o