[PATCH v2 4/5] thermal: imx_tmu: Fix the temperature unit

2023-09-05 Thread sbabic
> From: Fabio Estevam > The temperature unit is millidegree Celsius, so divide by 1000 to correctly > print the temperature values in Celsius. > While at it, also change a typo: "has beyond" to "is beyond". > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards,

[PATCH v2 4/5] thermal: imx_tmu: Fix the temperature unit

2023-08-23 Thread Fabio Estevam
From: Fabio Estevam The temperature unit is millidegree Celsius, so divide by 1000 to correctly print the temperature values in Celsius. While at it, also change a typo: "has beyond" to "is beyond". Signed-off-by: Fabio Estevam --- Changes since v1: - Rebased. drivers/thermal/imx_tmu.c | 4