Commit 07fab483 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm8350-*: 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-28-436ca4218da2@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 2d10e2e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ / {
	thermal-zones {
		pm8350_thermal: pm8350-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8350_temp_alarm>;

			trips {
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ / {
	thermal-zones {
		pm8350b_thermal: pm8350b-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8350b_temp_alarm>;

			trips {
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ / {
	thermal-zones {
		pm8350c_thermal: pm8350c-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8350c_temp_alarm>;

			trips {
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ / {
	thermal-zones {
		pmr735a_thermal: pmr735a-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pmr735a_temp_alarm>;

			trips {
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ / {
	thermal-zones {
		pmr735b_thermal: pmr735b-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pmr735b_temp_alarm>;

			trips {
Loading