arm64: dts: qcom: sc7180: Changed polling mode in Thermal-zones node

Changed polling-delay and polling-delay-passive to zero to disable
polling mode of the framework as interrupts for tsens are already
configured.

Signed-off-by: Rajeshwari <rkambl@codeaurora.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/1586244677-14399-1-git-send-email-rkambl@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Rajeshwari 2020-04-07 13:01:16 +05:30 committed by Bjorn Andersson
parent a0e5aea148
commit 22337b9102
1 changed files with 50 additions and 50 deletions

View File

@ -2016,8 +2016,8 @@ cpufreq_hw: cpufreq@18323000 {
thermal-zones {
cpu0-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 1>;
@ -2064,8 +2064,8 @@ map1 {
};
cpu1-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 2>;
@ -2112,8 +2112,8 @@ map1 {
};
cpu2-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 3>;
@ -2160,8 +2160,8 @@ map1 {
};
cpu3-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 4>;
@ -2208,8 +2208,8 @@ map1 {
};
cpu4-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 5>;
@ -2256,8 +2256,8 @@ map1 {
};
cpu5-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 6>;
@ -2304,8 +2304,8 @@ map1 {
};
cpu6-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 9>;
@ -2344,8 +2344,8 @@ map1 {
};
cpu7-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 10>;
@ -2384,8 +2384,8 @@ map1 {
};
cpu8-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 11>;
@ -2424,8 +2424,8 @@ map1 {
};
cpu9-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 12>;
@ -2464,8 +2464,8 @@ map1 {
};
aoss0-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 0>;
@ -2485,8 +2485,8 @@ aoss0_crit: aoss0_crit {
};
cpuss0-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 7>;
@ -2505,8 +2505,8 @@ cpuss0_crit: cluster0_crit {
};
cpuss1-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 8>;
@ -2525,8 +2525,8 @@ cpuss1_crit: cluster0_crit {
};
gpuss0-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 13>;
@ -2546,8 +2546,8 @@ gpuss0_crit: gpuss0_crit {
};
gpuss1-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens0 14>;
@ -2567,8 +2567,8 @@ gpuss1_crit: gpuss1_crit {
};
aoss1-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 0>;
@ -2588,8 +2588,8 @@ aoss1_crit: aoss1_crit {
};
cwlan-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 1>;
@ -2609,8 +2609,8 @@ cwlan_crit: cwlan_crit {
};
audio-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 2>;
@ -2630,8 +2630,8 @@ audio_crit: audio_crit {
};
ddr-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 3>;
@ -2651,8 +2651,8 @@ ddr_crit: ddr_crit {
};
q6-hvx-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 4>;
@ -2672,8 +2672,8 @@ q6_hvx_crit: q6_hvx_crit {
};
camera-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 5>;
@ -2693,8 +2693,8 @@ camera_crit: camera_crit {
};
mdm-core-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 6>;
@ -2714,8 +2714,8 @@ mdm_crit: mdm_crit {
};
mdm-dsp-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 7>;
@ -2735,8 +2735,8 @@ mdm_dsp_crit: mdm_dsp_crit {
};
npu-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 8>;
@ -2756,8 +2756,8 @@ npu_crit: npu_crit {
};
video-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
polling-delay-passive = <0>;
polling-delay = <0>;
thermal-sensors = <&tsens1 9>;