projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2629b18
)
imx8mm_evk_defconfig: Select CONFIG_IMX_TMU
author
Fabio Estevam
<festevam@denx.de>
Wed, 23 Aug 2023 17:59:07 +0000
(14:59 -0300)
committer
Stefano Babic
<stefano.babic@swupdate.org>
Mon, 4 Sep 2023 15:26:44 +0000
(17:26 +0200)
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>
configs/imx8mm_evk_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx8mm_evk_defconfig
b/configs/imx8mm_evk_defconfig
index ac9810fe1b7a6bf76ac5bb488ade39efafdfbaa4..822c2fbfab7dda49c7e88aaac6eb629e6c84a989 100644
(file)
--- 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