[PATCH] arm64: dts: qcom: pm8916: correct thermal zone name

From: Dmitry Baryshkov
Date: Mon Jul 01 2024 - 14:11:39 EST


Correct the name for the thermal zone on PM8916 PMIC. I ended up with
c&p mistake, which wasn't noticed until the patch got merged.

Reported-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
Fixes: b7a28d8a7b80 ("arm64: dts: qcom: pm8916: add temp-alarm thermal zone")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/pm8916.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/pm8916.dtsi b/arch/arm64/boot/dts/qcom/pm8916.dtsi
index 2def48f2d101..f8e4829ff7f7 100644
--- a/arch/arm64/boot/dts/qcom/pm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/pm8916.dtsi
@@ -6,7 +6,7 @@

/ {
thermal-zones {
- pm8150-thermal {
+ pm8916-thermal {
polling-delay-passive = <100>;

thermal-sensors = <&pm8916_temp>;

---
base-commit: 43f9f53b46c63cbfc02af073a84c72c64b10767b
change-id: 20240701-fix-pm8916-tz-12e1b0e04deb

Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>