Message ID | 20240701-fix-pm8916-tz-v1-1-02f8a713f577@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | arm64: dts: qcom: pm8916: correct thermal zone name | expand |
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,
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>;
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(-) --- base-commit: 43f9f53b46c63cbfc02af073a84c72c64b10767b change-id: 20240701-fix-pm8916-tz-12e1b0e04deb Best regards,