From 9835a8af700217c59e50d83fac684b838fa7aaf7 Mon Sep 17 00:00:00 2001 From: Jishnu Prakash Date: Fri, 13 May 2022 17:03:20 +0530 Subject: [PATCH] ARM: dts: msm: Correct ADC_TM phandles for ADC thermal devices Correct the phandles used for two thermal devices for ADC thermistors on PM6150L to read them correctly from thermal framework. Change-Id: I1777bd28595ab40624d799815ec86665d2752ea6 --- qcom/parrot-pmic-overlay.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/parrot-pmic-overlay.dtsi b/qcom/parrot-pmic-overlay.dtsi index 8c323050..ccf823fd 100644 --- a/qcom/parrot-pmic-overlay.dtsi +++ b/qcom/parrot-pmic-overlay.dtsi @@ -348,7 +348,7 @@ sys-therm-4 { polling-delay-passive = <0>; polling-delay = <0>; - thermal-sensors = <&pmk8350_adc_tm ADC5_AMUX_THM1_100K_PU>; + thermal-sensors = <&pm6150l_adc_tm ADC5_AMUX_THM1_100K_PU>; trips { active-config0 { temperature = <125000>; @@ -367,7 +367,7 @@ sys-therm-5 { polling-delay-passive = <0>; polling-delay = <0>; - thermal-sensors = <&pmk8350_adc_tm ADC5_AMUX_THM3_100K_PU>; + thermal-sensors = <&pm6150l_adc_tm ADC5_AMUX_THM3_100K_PU>; trips { active-config0 { temperature = <125000>;