commit | 8a0211158c46bea408ca1f8808d999ebc2207632 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Sun May 05 13:23:54 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 19 15:17:05 2019 +0200 |
tree | 85eb7f020ed6d5310bf795afe3d354e8b6a8530b | |
parent | ba44e015a74055d5ba70bc6480bc9e746c753965 [diff] [blame] |
thermal: add i.MX8 thermal driver Add i.MX8 thermal driver to support get temperature from SCU. Signed-off-by: Peng Fan <peng.fan@nxp.com>
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index cc75e38..ef2929d 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile
@@ -5,4 +5,5 @@ 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