[PATCH 1/2] arm64: dts: qcom: sc8280xp: drop unused polling-delay-passive properties

From: Xilin Wu

Date: Thu May 07 2026 - 10:39:59 EST


Remove the unused polling-delay-passive properties from thermal nodes
without a passive trip point.

Signed-off-by: Xilin Wu <sophon@xxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 20 --------------------
1 file changed, 20 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
index 761f229e8f47..af9b3f8a0817 100644
--- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi
@@ -6871,8 +6871,6 @@ sound: sound {

thermal-zones {
cpu0-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 1>;

trips {
@@ -6885,8 +6883,6 @@ cpu-crit {
};

cpu1-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 2>;

trips {
@@ -6899,8 +6895,6 @@ cpu-crit {
};

cpu2-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 3>;

trips {
@@ -6913,8 +6907,6 @@ cpu-crit {
};

cpu3-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 4>;

trips {
@@ -6927,8 +6919,6 @@ cpu-crit {
};

cpu4-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 5>;

trips {
@@ -6941,8 +6931,6 @@ cpu-crit {
};

cpu5-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 6>;

trips {
@@ -6955,8 +6943,6 @@ cpu-crit {
};

cpu6-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 7>;

trips {
@@ -6969,8 +6955,6 @@ cpu-crit {
};

cpu7-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 8>;

trips {
@@ -6983,8 +6967,6 @@ cpu-crit {
};

cluster0-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens0 9>;

trips {
@@ -7024,8 +7006,6 @@ trip-point1 {
};

mem-thermal {
- polling-delay-passive = <250>;
-
thermal-sensors = <&tsens1 15>;

trips {

--
2.54.0