瀏覽代碼

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 <[email protected]>
Christian Marangi 1 年之前
父節點
當前提交
37ff0ea726
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/mvebu/files-6.6/arch/arm64/boot/dts/marvell/puzzle-thermal.dtsi

+ 1 - 1
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 {								\