Skip to content

Commit

Permalink
mvebu: disable polling delay for passive trip point for puzzle thermal
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ansuel authored and dangowrt committed Jun 1, 2024
1 parent 611413c commit 37ff0ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define PUZZLE_FAN_THERMAL(_cname, _fan) \
polling-delay-passive = <500>; \
polling-delay-passive = <0>; \
polling-delay = <1000>; \
\
trips { \
Expand Down

0 comments on commit 37ff0ea

Please sign in to comment.