From: Christian Marangi Date: Tue, 21 May 2024 15:38:28 +0000 (+0200) Subject: mvebu: disable polling delay for passive trip point for puzzle thermal X-Git-Tag: v24.10.0-rc1~1662 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37ff0ea7269271feffaa5bd3042a551b1d735c57;p=thirdparty%2Fopenwrt.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 --- 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 093f9105587..eb8682b2970 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 { \