[PATCH 0/3] Enable IMX_TMU driver for PHYTEC boards

Enable IMX_TMU driver to prevent the system from booting when it is too hot.
Signed-off-by: Benjamin Hahn B.Hahn@phytec.de --- Benjamin Hahn (3): phycore-imx8mp_defconfig: Enable CONFIG_IMX_TMU phycore-imx8mm_defconfig: Enable CONFIG_IMX_TMU imx8mm-phygate-tauri-l_defconfig: Enable CONFIG_IMX_TMU
configs/imx8mm-phygate-tauri-l_defconfig | 1 + configs/phycore-imx8mm_defconfig | 1 + configs/phycore-imx8mp_defconfig | 1 + 3 files changed, 3 insertions(+) --- base-commit: 3e6f2a94bfc25f1782ce2d45db27f47ec781feb1 change-id: 20240220-thermal-support-3e4f6f09ff5c
Best regards,

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-imx8mp_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index 0f37286d5d99..c95554283903 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -138,6 +138,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_DM_USB_GADGET=y CONFIG_USB_XHCI_HCD=y

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 --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

Enable the imx thermal driver to prevent booting when the system is too hot.
Signed-off-by: Benjamin Hahn B.Hahn@phytec.de --- configs/imx8mm-phygate-tauri-l_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/imx8mm-phygate-tauri-l_defconfig b/configs/imx8mm-phygate-tauri-l_defconfig index 0db3ff890cdd..a416ebc2e04a 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

On Tue, Feb 20, 2024 at 7:43 AM Benjamin Hahn B.Hahn@phytec.de wrote:
Enable IMX_TMU driver to prevent the system from booting when it is too hot.
Signed-off-by: Benjamin Hahn B.Hahn@phytec.de
Benjamin Hahn (3): phycore-imx8mp_defconfig: Enable CONFIG_IMX_TMU phycore-imx8mm_defconfig: Enable CONFIG_IMX_TMU imx8mm-phygate-tauri-l_defconfig: Enable CONFIG_IMX_TMU
Next time, please put me on CC.
Applied, thanks.
participants (2)
-
Benjamin Hahn
-
Fabio Estevam