mvebu: disable polling delay for passive trip point for puzzle thermal

We don't have any passive trip point hence we can set the polling delay
for passive trip to 0 effectively disabling this polling.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2024-05-21 17:38:28 +02:00 committed by Daniel Golle
parent 611413cc3f
commit 37ff0ea726
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#define PUZZLE_FAN_THERMAL(_cname, _fan) \
polling-delay-passive = <500>; \
polling-delay-passive = <0>; \
polling-delay = <1000>; \
\
trips { \