diff mbox series

[v2,1/5] imx8mm_evk_defconfig: Select CONFIG_IMX_TMU

Message ID 20230823175911.319414-1-festevam@gmail.com
State Accepted
Commit 282ff895c89c4c403be8a2331bcc265ff5224a83
Delegated to: Stefano Babic
Headers show
Series [v2,1/5] imx8mm_evk_defconfig: Select CONFIG_IMX_TMU | expand

Commit Message

Fabio Estevam Aug. 23, 2023, 5:59 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

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 <festevam@denx.de>
---
Changes since v1:
- None

 configs/imx8mm_evk_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Sept. 5, 2023, 7:39 a.m. UTC | #1
> From: Fabio Estevam <festevam@denx.de>
> 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 <festevam@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig
index ac9810fe1b..822c2fbfab 100644
--- a/configs/imx8mm_evk_defconfig
+++ b/configs/imx8mm_evk_defconfig
@@ -104,6 +104,7 @@  CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_PSCI=y
 CONFIG_SYSRESET_WATCHDOG=y
 CONFIG_DM_THERMAL=y
+CONFIG_IMX_TMU=y
 CONFIG_USB=y
 CONFIG_SPL_USB_HOST=y
 CONFIG_USB_EHCI_HCD=y