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)
commita79fca7b44d0dee96e14d31de5869b35b587283c
tree0813ffb44b5dd52304857911dd1f6cd97b1cbd54
parentf4898e4b0ede5929cc1706d0da498d63375b1129
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