diff options
| author | Peng Fan <[email protected]> | 2020-05-03 22:19:46 +0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-05-10 20:55:20 +0200 |
| commit | 2cd7f47983a38397c32bdf4fefeb35cd13600edb (patch) | |
| tree | 97a7788df2ca301cf18b3eaa2ead67f5b5625541 /drivers/thermal/Makefile | |
| parent | 6039d669f4eaf9f2b7442bafb89efaa32a8ee567 (diff) | |
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 <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
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 ef2929d1808..15fe847d9f7 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 |
