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

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


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

			thermal-sensors = <&pm8010_m_temp_alarm>;

@@ -31,7 +30,6 @@ trip1 {

		pm8010-n-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8010_n_temp_alarm>;

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

			thermal-sensors = <&pm8550_temp_alarm>;

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

			thermal-sensors = <&pm8550b_temp_alarm>;

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

			thermal-sensors = <&pm8550ve_temp_alarm>;

+0 −4
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ / {
	thermal-zones {
		pm8550vs-c-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8550vs_c_temp_alarm>;

@@ -31,7 +30,6 @@ trip1 {

		pm8550vs-d-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8550vs_d_temp_alarm>;

@@ -52,7 +50,6 @@ trip1 {

		pm8550vs-e-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8550vs_e_temp_alarm>;

@@ -73,7 +70,6 @@ trip1 {

		pm8550vs-g-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

			thermal-sensors = <&pm8550vs_g_temp_alarm>;

Loading