[U-Boot] [PATCH V2 2/4] thermal: add i.MX8 thermal driver

2019-07-20 Thread sbabic
> Add i.MX8 thermal driver to support get temperature from SCU. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgan

[U-Boot] [PATCH V2 2/4] thermal: add i.MX8 thermal driver

2019-05-05 Thread Peng Fan
Add i.MX8 thermal driver to support get temperature from SCU. Signed-off-by: Peng Fan --- V2: None drivers/thermal/Kconfig | 9 ++ drivers/thermal/Makefile | 1 + drivers/thermal/imx_scu_thermal.c | 203 ++ 3 files changed, 213 inserti