]> git.baikalelectronics.ru Git - uboot.git/commit
thermal: imx_tmu: Increase the polling interval
authorFabio Estevam <festevam@denx.de>
Wed, 23 Aug 2023 17:59:11 +0000 (14:59 -0300)
committerStefano Babic <stefano.babic@swupdate.org>
Mon, 4 Sep 2023 15:26:44 +0000 (17:26 +0200)
commitc1ffc195f1f26178f84de869ba32d85e0f31f24a
tree0813ffb44b5dd52304857911dd1f6cd97b1cbd54
parent92f6e479505905c7c1d0f6c764ffeecff8c8e1da
thermal: imx_tmu: Increase the polling interval

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