[PATCH v2 1/5] imx8mm_evk_defconfig: Select CONFIG_IMX_TMU

2023-09-05 Thread sbabic
> From: Fabio Estevam > Select the i.MX8MM thermal driver as it is useful for displaying > the CPU temperature and its grading: > CPU: Commercial temperature grade (0C to 95C) at 38C > It also prevents booting when the temperature is above the alert > point. > Signed-off-by: Fabio Estevam

[PATCH v2 1/5] imx8mm_evk_defconfig: Select CONFIG_IMX_TMU

2023-08-23 Thread Fabio Estevam
From: Fabio Estevam Select the i.MX8MM thermal driver as it is useful for displaying the CPU temperature and its grading: CPU: Commercial temperature grade (0C to 95C) at 38C It also prevents booting when the temperature is above the alert point. Signed-off-by: Fabio Estevam --- Changes