diff options
author | Dmitry Baryshkov <[email protected]> | 2024-07-01 21:11:16 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-07-01 22:24:39 -0500 |
commit | ac3eb41a283adf861aa49408bd4a6ce1e9563f84 (patch) | |
tree | 16f3d81c2be358916a3dc3da35cd6e69b827abf7 | |
parent | 721e38301b79a6ee8375cb0ebd586699a7f353e3 (diff) |
arm64: dts: qcom: pm8916: correct thermal zone name
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 <[email protected]>
Fixes: b7a28d8a7b80 ("arm64: dts: qcom: pm8916: add temp-alarm thermal zone")
Signed-off-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm8916.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |