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

Dmitry Baryshkov posted 1 patch 1 year, 5 months ago
arch/arm64/boot/dts/qcom/pm8916.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: qcom: pm8916: correct thermal zone name
Posted by Dmitry Baryshkov 1 year, 5 months ago
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@linaro.org>
Fixes: b7a28d8a7b80 ("arm64: dts: qcom: pm8916: add temp-alarm thermal zone")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 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@linaro.org>
Re: [PATCH] arm64: dts: qcom: pm8916: correct thermal zone name
Posted by Bjorn Andersson 1 year, 5 months ago
On Mon, 01 Jul 2024 21:11:16 +0300, Dmitry Baryshkov wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: pm8916: correct thermal zone name
      commit: ac3eb41a283adf861aa49408bd4a6ce1e9563f84

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>