From 0b6f95ecfefe9b2d4de031dcfca6e6b387e972f1 Mon Sep 17 00:00:00 2001 From: Priyansh Jain Date: Wed, 22 Jun 2022 17:59:22 +0530 Subject: [PATCH] ARM: dts: msm: Add correct thermal zones for sdr pa sensors Add thermal zones for sdr pa sensor with same name as in modem side. Change-Id: Ibfdca976cb69a22f6479e54a3b8bd872236658da --- qcom/kalama-thermal-modem.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qcom/kalama-thermal-modem.dtsi b/qcom/kalama-thermal-modem.dtsi index 2b094031..7582e87d 100644 --- a/qcom/kalama-thermal-modem.dtsi +++ b/qcom/kalama-thermal-modem.dtsi @@ -134,9 +134,9 @@ qcom,qmi-sensor-names = "pa", "pa_1", "modem_bcl_warn", - "sdr0_pa0", + "sdr0_pa", "sdr0", - "sdr1_pa0", + "sdr1_pa", "sdr1", "mmw0", "mmw1", @@ -226,11 +226,11 @@ }; }; - sdr0_pa0 { + sdr0_pa { polling-delay-passive = <0>; polling-delay = <0>; thermal-sensors = <&qmi_sensor - (QMI_MODEM_INST_ID+QMI_SDR0_PA0)>; + (QMI_MODEM_INST_ID+QMI_SDR0_PA)>; trips { thermal-engine-config0 { temperature = <125000>; @@ -266,11 +266,11 @@ }; }; - sdr1_pa0 { + sdr1_pa { polling-delay-passive = <0>; polling-delay = <0>; thermal-sensors = <&qmi_sensor - (QMI_MODEM_INST_ID+QMI_SDR1_PA0)>; + (QMI_MODEM_INST_ID+QMI_SDR1_PA)>; trips { thermal-engine-config0 { temperature = <125000>;