From: Benjamin Hahn Date: Tue, 20 Feb 2024 10:41:45 +0000 (+0100) Subject: imx8mm-phygate-tauri-l_defconfig: Enable CONFIG_IMX_TMU X-Git-Tag: v2024.04-rc3~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed7824c2265f7cab5d456af2c21ccf1dabcb006f;p=pandora-u-boot.git imx8mm-phygate-tauri-l_defconfig: Enable CONFIG_IMX_TMU Enable the imx thermal driver to prevent booting when the system is too hot. Signed-off-by: Benjamin Hahn --- diff --git a/configs/imx8mm-phygate-tauri-l_defconfig b/configs/imx8mm-phygate-tauri-l_defconfig index 0db3ff890cd..a416ebc2e04 100644 --- a/configs/imx8mm-phygate-tauri-l_defconfig +++ b/configs/imx8mm-phygate-tauri-l_defconfig @@ -112,4 +112,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