Commit 82162bf5 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sdm660-*: Remove thermal zone polling delays

All of the thermal zone suppliers are interrupt-driven, remove the
bogus and unnecessary polling that only wastes CPU time.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240510-topic-msm-polling-cleanup-v2-20-436ca4218da2@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent e3884213
...@@ -13,7 +13,6 @@ / { ...@@ -13,7 +13,6 @@ / {
thermal-zones { thermal-zones {
pm660-thermal { pm660-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&pm660_temp>; thermal-sensors = <&pm660_temp>;
......
...@@ -13,7 +13,6 @@ / { ...@@ -13,7 +13,6 @@ / {
thermal-zones { thermal-zones {
pm660l-thermal { pm660l-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&pm660l_temp>; thermal-sensors = <&pm660l_temp>;
......
...@@ -2422,7 +2422,6 @@ sound: sound { ...@@ -2422,7 +2422,6 @@ sound: sound {
thermal-zones { thermal-zones {
aoss-thermal { aoss-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 0>; thermal-sensors = <&tsens 0>;
...@@ -2437,7 +2436,6 @@ aoss_alert0: trip-point0 { ...@@ -2437,7 +2436,6 @@ aoss_alert0: trip-point0 {
cpuss0-thermal { cpuss0-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 1>; thermal-sensors = <&tsens 1>;
...@@ -2452,7 +2450,6 @@ cpuss0_alert0: trip-point0 { ...@@ -2452,7 +2450,6 @@ cpuss0_alert0: trip-point0 {
cpuss1-thermal { cpuss1-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 2>; thermal-sensors = <&tsens 2>;
...@@ -2467,7 +2464,6 @@ cpuss1_alert0: trip-point0 { ...@@ -2467,7 +2464,6 @@ cpuss1_alert0: trip-point0 {
cpu0-thermal { cpu0-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 3>; thermal-sensors = <&tsens 3>;
...@@ -2488,7 +2484,6 @@ cpu0_crit: cpu-crit { ...@@ -2488,7 +2484,6 @@ cpu0_crit: cpu-crit {
cpu1-thermal { cpu1-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 4>; thermal-sensors = <&tsens 4>;
...@@ -2509,7 +2504,6 @@ cpu1_crit: cpu-crit { ...@@ -2509,7 +2504,6 @@ cpu1_crit: cpu-crit {
cpu2-thermal { cpu2-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 5>; thermal-sensors = <&tsens 5>;
...@@ -2530,7 +2524,6 @@ cpu2_crit: cpu-crit { ...@@ -2530,7 +2524,6 @@ cpu2_crit: cpu-crit {
cpu3-thermal { cpu3-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 6>; thermal-sensors = <&tsens 6>;
...@@ -2557,7 +2550,6 @@ cpu3_crit: cpu-crit { ...@@ -2557,7 +2550,6 @@ cpu3_crit: cpu-crit {
pwr-cluster-thermal { pwr-cluster-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 7>; thermal-sensors = <&tsens 7>;
...@@ -2578,7 +2570,6 @@ pwr_cluster_crit: cpu-crit { ...@@ -2578,7 +2570,6 @@ pwr_cluster_crit: cpu-crit {
gpu-thermal { gpu-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 8>; thermal-sensors = <&tsens 8>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment