Commit 19c658e5 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: msm8939-*: 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-5-436ca4218da2@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent b3f0d522
...@@ -2299,7 +2299,6 @@ apcs2: mailbox@b1d1000 { ...@@ -2299,7 +2299,6 @@ apcs2: mailbox@b1d1000 {
thermal_zones: thermal-zones { thermal_zones: thermal-zones {
cpu0-thermal { cpu0-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 5>; thermal-sensors = <&tsens 5>;
...@@ -2330,7 +2329,6 @@ map0 { ...@@ -2330,7 +2329,6 @@ map0 {
cpu1-thermal { cpu1-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 6>; thermal-sensors = <&tsens 6>;
...@@ -2361,7 +2359,6 @@ map0 { ...@@ -2361,7 +2359,6 @@ map0 {
cpu2-thermal { cpu2-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 7>; thermal-sensors = <&tsens 7>;
...@@ -2392,7 +2389,6 @@ map0 { ...@@ -2392,7 +2389,6 @@ map0 {
cpu3-thermal { cpu3-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 8>; thermal-sensors = <&tsens 8>;
...@@ -2423,7 +2419,6 @@ map0 { ...@@ -2423,7 +2419,6 @@ map0 {
cpu4567-thermal { cpu4567-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 9>; thermal-sensors = <&tsens 9>;
...@@ -2454,7 +2449,6 @@ map0 { ...@@ -2454,7 +2449,6 @@ map0 {
gpu-thermal { gpu-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 3>; thermal-sensors = <&tsens 3>;
...@@ -2482,7 +2476,6 @@ gpu_crit: gpu-crit { ...@@ -2482,7 +2476,6 @@ gpu_crit: gpu-crit {
modem1-thermal { modem1-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 0>; thermal-sensors = <&tsens 0>;
...@@ -2497,7 +2490,6 @@ modem1_alert0: trip-point0 { ...@@ -2497,7 +2490,6 @@ modem1_alert0: trip-point0 {
modem2-thermal { modem2-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 2>; thermal-sensors = <&tsens 2>;
...@@ -2512,7 +2504,6 @@ modem2_alert0: trip-point0 { ...@@ -2512,7 +2504,6 @@ modem2_alert0: trip-point0 {
camera-thermal { camera-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 1>; thermal-sensors = <&tsens 1>;
......
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