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 */