diff options
author | Dmitry Baryshkov <[email protected]> | 2023-07-07 15:30:23 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:51:48 -0700 |
commit | 99f8cf491d546cd668236f573c7d846d3e94f2d6 (patch) | |
tree | f3e6768f942e5da39154763e6f2cffeeda4fd876 | |
parent | aad41d9e6c44dfe299cddab97528a5333f17bdfe (diff) |
arm64: dts: qcom: pmr735b: fix thermal zone name
The name of the thermal zone in pmr735b.dtsi (pmr735a-thermal) conflicts
with the thermal zone in pmr735a.dtsi. Rename the thermal zone according
to the chip name.
Fixes: 6f3426b3dea4 ("arm64: dts: qcom: pmr735b: add temp sensor and thermal zone config")
Reviewed-by: Konrad Dybcio <[email protected]>
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/pmr735b.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/pmr735b.dtsi b/arch/arm64/boot/dts/qcom/pmr735b.dtsi index ec24c4478005..f7473e247322 100644 --- a/arch/arm64/boot/dts/qcom/pmr735b.dtsi +++ b/arch/arm64/boot/dts/qcom/pmr735b.dtsi @@ -8,7 +8,7 @@ / { thermal-zones { - pmr735a_thermal: pmr735a-thermal { + pmr735b_thermal: pmr735b-thermal { polling-delay-passive = <100>; polling-delay = <0>; thermal-sensors = <&pmr735b_temp_alarm>; |