Commit 8d7807d2 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: qcs404-*: 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-14-436ca4218da2@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent d3eb8179
...@@ -1600,7 +1600,6 @@ wcss_smp2p_in: slave-kernel { ...@@ -1600,7 +1600,6 @@ wcss_smp2p_in: slave-kernel {
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>;
...@@ -1615,7 +1614,6 @@ aoss_alert0: trip-point0 { ...@@ -1615,7 +1614,6 @@ aoss_alert0: trip-point0 {
q6-hvx-thermal { q6-hvx-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 1>; thermal-sensors = <&tsens 1>;
...@@ -1630,7 +1628,6 @@ q6_hvx_alert0: trip-point0 { ...@@ -1630,7 +1628,6 @@ q6_hvx_alert0: trip-point0 {
lpass-thermal { lpass-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 2>; thermal-sensors = <&tsens 2>;
...@@ -1645,7 +1642,6 @@ lpass_alert0: trip-point0 { ...@@ -1645,7 +1642,6 @@ lpass_alert0: trip-point0 {
wlan-thermal { wlan-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 3>; thermal-sensors = <&tsens 3>;
...@@ -1660,7 +1656,6 @@ wlan_alert0: trip-point0 { ...@@ -1660,7 +1656,6 @@ wlan_alert0: trip-point0 {
cluster-thermal { cluster-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 4>; thermal-sensors = <&tsens 4>;
...@@ -1694,7 +1689,6 @@ map0 { ...@@ -1694,7 +1689,6 @@ map0 {
cpu0-thermal { cpu0-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 5>; thermal-sensors = <&tsens 5>;
...@@ -1728,7 +1722,6 @@ map0 { ...@@ -1728,7 +1722,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>;
...@@ -1762,7 +1755,6 @@ map0 { ...@@ -1762,7 +1755,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>;
...@@ -1796,7 +1788,6 @@ map0 { ...@@ -1796,7 +1788,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>;
...@@ -1830,7 +1821,6 @@ map0 { ...@@ -1830,7 +1821,6 @@ map0 {
gpu-thermal { gpu-thermal {
polling-delay-passive = <250>; polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 9>; thermal-sensors = <&tsens 9>;
......
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