arm64: dts: qcom: pm8350: fix thermal zone name
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 7 Jul 2023 12:30:21 +0000 (15:30 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 10 Jul 2023 04:51:48 +0000 (21:51 -0700)
The name of the thermal zone in pm8350.dtsi (pm8350c-thermal) conflicts
with the thermal zone in pm8350c.dtsi. Rename the thermal zone according
to the chip name.

Fixes: 7a79b95f4288 ("arm64: dts: qcom: pm8350: add temp sensor and thermal zone config")
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230707123027.1510723-3-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/pm8350.dtsi

index 2dfeb99..9ed9ba2 100644 (file)
@@ -8,7 +8,7 @@
 
 / {
        thermal-zones {
-               pm8350_thermal: pm8350c-thermal {
+               pm8350_thermal: pm8350-thermal {
                        polling-delay-passive = <100>;
                        polling-delay = <0>;
                        thermal-sensors = <&pm8350_temp_alarm>;