mirror of https://github.com/openwrt/openwrt.git
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:
parent
611413cc3f
commit
37ff0ea726
|
@ -1,5 +1,5 @@
|
||||||
#define PUZZLE_FAN_THERMAL(_cname, _fan) \
|
#define PUZZLE_FAN_THERMAL(_cname, _fan) \
|
||||||
polling-delay-passive = <500>; \
|
polling-delay-passive = <0>; \
|
||||||
polling-delay = <1000>; \
|
polling-delay = <1000>; \
|
||||||
\
|
\
|
||||||
trips { \
|
trips { \
|
||||||
|
|
Loading…
Reference in New Issue