diff mbox series

[2/3] phycore-imx8mm_defconfig: Enable CONFIG_IMX_TMU

Message ID 20240220-thermal-support-v1-2-f6a97d8d6481@phytec.de
State Accepted
Commit feb2d51ca8b33b6b8ac8a0029d9404b442a54b5b
Delegated to: Fabio Estevam
Headers show
Series Enable IMX_TMU driver for PHYTEC boards | expand

Commit Message

Benjamin Hahn Feb. 20, 2024, 10:41 a.m. UTC
Enable the imx thermal driver to prevent booting when the system is too
hot.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
---
 configs/phycore-imx8mm_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig
index bcc38d51a7b9..3a81ea7bd23d 100644
--- a/configs/phycore-imx8mm_defconfig
+++ b/configs/phycore-imx8mm_defconfig
@@ -128,4 +128,5 @@  CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_PSCI=y
 CONFIG_SYSRESET_WATCHDOG=y
 CONFIG_DM_THERMAL=y
+CONFIG_IMX_TMU=y
 CONFIG_IMX_WATCHDOG=y