lkml.org 
[lkml]   [2022]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v3] arm64: dts: mediatek: mt8183: disable thermal zones without trips.
Date
Thermal zones without trip point are not registered by thermal core.

tzts1 ~ tzts6 zones of mt8183 were intially introduced for test-purpose
only.

Disable the zones above and keep only cpu_thermal enabled.

Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
---
arch/arm64/boot/dts/mediatek/mt8183.dtsi | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 9d32871973a2..53f7a0fbaa88 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -1191,6 +1191,7 @@ tzts1: tzts1 {
polling-delay = <0>;
thermal-sensors = <&thermal 1>;
sustainable-power = <5000>;
+ status = "disabled";
trips {};
cooling-maps {};
};
@@ -1200,6 +1201,7 @@ tzts2: tzts2 {
polling-delay = <0>;
thermal-sensors = <&thermal 2>;
sustainable-power = <5000>;
+ status = "disabled";
trips {};
cooling-maps {};
};
@@ -1209,6 +1211,7 @@ tzts3: tzts3 {
polling-delay = <0>;
thermal-sensors = <&thermal 3>;
sustainable-power = <5000>;
+ status = "disabled";
trips {};
cooling-maps {};
};
@@ -1218,6 +1221,7 @@ tzts4: tzts4 {
polling-delay = <0>;
thermal-sensors = <&thermal 4>;
sustainable-power = <5000>;
+ status = "disabled";
trips {};
cooling-maps {};
};
@@ -1227,6 +1231,7 @@ tzts5: tzts5 {
polling-delay = <0>;
thermal-sensors = <&thermal 5>;
sustainable-power = <5000>;
+ status = "disabled";
trips {};
cooling-maps {};
};
@@ -1236,6 +1241,7 @@ tztsABB: tztsABB {
polling-delay = <0>;
thermal-sensors = <&thermal 6>;
sustainable-power = <5000>;
+ status = "disabled";
trips {};
cooling-maps {};
};
--
2.37.3
\
 
 \ /
  Last update: 2022-10-04 12:13    [W:0.055 / U:0.712 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site