git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4898e4
)
thermal: imx_tmu: Increase the polling interval
author
Fabio Estevam
<festevam@denx.de>
Wed, 23 Aug 2023 17:59:11 +0000
(14:59 -0300)
committer
Stefano Babic
<stefano.babic@swupdate.org>
Mon, 4 Sep 2023 15:26:44 +0000
(17:26 +0200)
Polling every second to check whether the CPU has cooled down is
too frequent.
Allow more time for the CPU to cool down by increasing the polling
interval to 5 seconds by defaut.
This value is used in the absence of the 'polling-delay' devicetree
property.
Signed-off-by: Fabio Estevam <festevam@denx.de>
drivers/thermal/imx_tmu.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/imx_tmu.c
b/drivers/thermal/imx_tmu.c
index
b877ee3
..
4721cfb
100644
(file)
--- a/
drivers/thermal/imx_tmu.c
+++ b/
drivers/thermal/imx_tmu.c
@@
-37,7
+37,7
@@
DECLARE_GLOBAL_DATA_PTR;
#define TER_ADC_PD 0x40000000
#define TER_ALPF 0x3
-#define IMX_TMU_POLLING_DELAY_MS
1
000
+#define IMX_TMU_POLLING_DELAY_MS
5
000
/*
* i.MX TMU Registers
*/