From b0fa1ee325ddb56ab8f105a4df83d7c0c82367d4 Mon Sep 17 00:00:00 2001 From: congying Date: Mon, 26 Sep 2022 20:21:53 +0800 Subject: [PATCH] ARM: dts: msm: Update node name of tsens for kalama Tsens needs a different entry name when registering the minidump region, so update tsens node name as the tsens minidump entry name for kalama. Change-Id: Ia67ca59f38f8eab09fef69cc3a0f0b6166f85278 --- qcom/kalama-thermal.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qcom/kalama-thermal.dtsi b/qcom/kalama-thermal.dtsi index 1b8cf821..249a8dc7 100644 --- a/qcom/kalama-thermal.dtsi +++ b/qcom/kalama-thermal.dtsi @@ -5,7 +5,7 @@ }; &soc { - tsens0: thermal-sensor@c271000 { + tsens0: tsens0@c271000 { compatible = "qcom,tsens-v2"; reg = <0x0c271000 0x1ff>, /* TM */ <0x0c222000 0x1ff>; /* SROT */ @@ -16,7 +16,7 @@ #thermal-sensor-cells = <1>; }; - tsens1: thermal-sensor@c272000 { + tsens1: tsens1@c272000 { compatible = "qcom,tsens-v2"; reg = <0x0c272000 0x1ff>, /* TM */ <0x0c223000 0x1ff>; /* SROT */ @@ -27,7 +27,7 @@ #thermal-sensor-cells = <1>; }; - tsens2: thermal-sensor@c273000 { + tsens2: tsens2@c273000 { compatible = "qcom,tsens-v2"; reg = <0x0c273000 0x1ff>, /* TM */ <0x0c224000 0x1ff>; /* SROT */