arm64: dts: qcom: ipq9574-*: 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: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Varadarajan Narayanan <quic_varada@quicinc.com> Link: https://lore.kernel.org/r/20240510-topic-msm-polling-cleanup-v2-3-436ca4218da2@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
bebd3c6476
commit
88dd10e237
@ -758,8 +758,6 @@
|
||||
|
||||
thermal-zones {
|
||||
nss-top-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 3>;
|
||||
|
||||
trips {
|
||||
@ -772,8 +770,6 @@
|
||||
};
|
||||
|
||||
ubi-0-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 4>;
|
||||
|
||||
trips {
|
||||
@ -786,8 +782,6 @@
|
||||
};
|
||||
|
||||
ubi-1-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 5>;
|
||||
|
||||
trips {
|
||||
@ -800,8 +794,6 @@
|
||||
};
|
||||
|
||||
ubi-2-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 6>;
|
||||
|
||||
trips {
|
||||
@ -814,8 +806,6 @@
|
||||
};
|
||||
|
||||
ubi-3-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 7>;
|
||||
|
||||
trips {
|
||||
@ -828,8 +818,6 @@
|
||||
};
|
||||
|
||||
cpuss0-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 8>;
|
||||
|
||||
trips {
|
||||
@ -842,8 +830,6 @@
|
||||
};
|
||||
|
||||
cpuss1-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 9>;
|
||||
|
||||
trips {
|
||||
@ -856,8 +842,6 @@
|
||||
};
|
||||
|
||||
cpu0-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 10>;
|
||||
|
||||
trips {
|
||||
@ -886,8 +870,6 @@
|
||||
};
|
||||
|
||||
cpu1-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 11>;
|
||||
|
||||
trips {
|
||||
@ -916,8 +898,6 @@
|
||||
};
|
||||
|
||||
cpu2-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 12>;
|
||||
|
||||
trips {
|
||||
@ -946,8 +926,6 @@
|
||||
};
|
||||
|
||||
cpu3-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 13>;
|
||||
|
||||
trips {
|
||||
@ -976,8 +954,6 @@
|
||||
};
|
||||
|
||||
wcss-phyb-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 14>;
|
||||
|
||||
trips {
|
||||
@ -990,8 +966,6 @@
|
||||
};
|
||||
|
||||
top-glue-thermal {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&tsens 15>;
|
||||
|
||||
trips {
|
||||
|
Loading…
x
Reference in New Issue
Block a user