thermal: Add thermal driver for i.MX8M
authorPeng Fan <peng.fan@nxp.com>
Sun, 3 May 2020 14:19:46 +0000 (22:19 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 10 May 2020 18:55:20 +0000 (20:55 +0200)
commit2cd7f47983a38397c32bdf4fefeb35cd13600edb
tree97a7788df2ca301cf18b3eaa2ead67f5b5625541
parent6039d669f4eaf9f2b7442bafb89efaa32a8ee567
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>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/imx_tmu.c [new file with mode: 0644]