mvebu: disable polling delay for passive trip point for puzzle thermal
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 21 May 2024 15:38:28 +0000 (17:38 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 1 Jun 2024 15:40:10 +0000 (16:40 +0100)
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>
target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/puzzle-thermal.dtsi

index 093f9105587f3d01055abd8633e08396b075cdd9..eb8682b2970c3b3b3700e957c517e30bddbc648c 100644 (file)
@@ -1,5 +1,5 @@
 #define PUZZLE_FAN_THERMAL(_cname, _fan)                               \
-       polling-delay-passive = <500>;                                  \
+       polling-delay-passive = <0>;                                    \
        polling-delay = <1000>;                                         \
                                                                        \
        trips {                                                         \