[openwrt/openwrt] mvebu: disable polling delay for passive trip point for puzzle thermal
LEDE Commits
lede-commits at lists.infradead.org
Sat Jun 1 08:40:34 PDT 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/37ff0ea7269271feffaa5bd3042a551b1d735c57
commit 37ff0ea7269271feffaa5bd3042a551b1d735c57
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Tue May 21 17:38:28 2024 +0200
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 at gmail.com>
---
.../mvebu/files-6.6/arch/arm64/boot/dts/marvell/puzzle-thermal.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/puzzle-thermal.dtsi b/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/puzzle-thermal.dtsi
index 093f910558..eb8682b297 100644
--- a/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/puzzle-thermal.dtsi
+++ b/target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/puzzle-thermal.dtsi
@@ -1,5 +1,5 @@
#define PUZZLE_FAN_THERMAL(_cname, _fan) \
- polling-delay-passive = <500>; \
+ polling-delay-passive = <0>; \
polling-delay = <1000>; \
\
trips { \
More information about the lede-commits
mailing list