aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Hahn <B.Hahn@phytec.de>2024-02-20 11:41:45 +0100
committerFabio Estevam <festevam@denx.de>2024-02-24 16:27:15 -0300
commited7824c2265f7cab5d456af2c21ccf1dabcb006f (patch)
tree2a43c0030cb812cc8edc19abf64f630385d88307
parentfeb2d51ca8b33b6b8ac8a0029d9404b442a54b5b (diff)
downloadu-boot-ed7824c2265f7cab5d456af2c21ccf1dabcb006f.zip
u-boot-ed7824c2265f7cab5d456af2c21ccf1dabcb006f.tar.gz
u-boot-ed7824c2265f7cab5d456af2c21ccf1dabcb006f.tar.bz2
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 <B.Hahn@phytec.de>
-rw-r--r--configs/imx8mm-phygate-tauri-l_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mm-phygate-tauri-l_defconfig b/configs/imx8mm-phygate-tauri-l_defconfig
index 0db3ff8..a416ebc 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