Revert "Disable thermal throttle/shutdown"
This reverts commit 1615d00094b630de2ae903075ce83d5a1be20599.
Thermal throttling is re-enabled with this change.
Change-Id: Iaff5691d221e8851c56d9fe7f535ae9e5d596769
diff --git a/arch/arm64/boot/dts/mediatek/mt8167-coral.dts b/arch/arm64/boot/dts/mediatek/mt8167-coral.dts
index f1adb7c..1c800e3 100644
--- a/arch/arm64/boot/dts/mediatek/mt8167-coral.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8167-coral.dts
@@ -151,56 +151,56 @@
thermal-sensors = <&thermal>;
- // trips {
- // cpu_alert0: trip0 {
- // temperature = <85000>;
- // hysteresis = <2000>;
- // type = "passive";
- // };
+ trips {
+ cpu_alert0: trip0 {
+ temperature = <85000>;
+ hysteresis = <2000>;
+ type = "passive";
+ };
- // cpu_alert1: trip1 {
- // temperature = <90000>;
- // hysteresis = <2000>;
- // type = "passive";
- // };
+ cpu_alert1: trip1 {
+ temperature = <90000>;
+ hysteresis = <2000>;
+ type = "passive";
+ };
- // cpu_alert2: trip2 {
- // temperature = <95000>;
- // hysteresis = <2000>;
- // type = "passive";
- // };
+ cpu_alert2: trip2 {
+ temperature = <95000>;
+ hysteresis = <2000>;
+ type = "passive";
+ };
- // cpu_alert3: trip3 {
- // temperature = <100000>;
- // hysteresis = <2000>;
- // type = "passive";
- // };
+ cpu_alert3: trip3 {
+ temperature = <100000>;
+ hysteresis = <2000>;
+ type = "passive";
+ };
- // cpu_crit0: trip4 {
- // temperature = <105000>;
- // hysteresis = <2000>;
- // type = "critical";
- // };
- // };
+ cpu_crit0: trip4 {
+ temperature = <105000>;
+ hysteresis = <2000>;
+ type = "critical";
+ };
+ };
- // cooling-maps {
- // map0 {
- // trip = <&cpu_alert0>;
- // cooling-device = <&cpu0 0 4>;
- // };
- // map1 {
- // trip = <&cpu_alert1>;
- // cooling-device = <&cpu0 0 3>;
- // };
- // map2 {
- // trip = <&cpu_alert2>;
- // cooling-device = <&cpu0 0 2>;
- // };
- // map3 {
- // trip = <&cpu_alert3>;
- // cooling-device = <&cpu0 0 1>;
- // };
- // };
+ cooling-maps {
+ map0 {
+ trip = <&cpu_alert0>;
+ cooling-device = <&cpu0 0 4>;
+ };
+ map1 {
+ trip = <&cpu_alert1>;
+ cooling-device = <&cpu0 0 3>;
+ };
+ map2 {
+ trip = <&cpu_alert2>;
+ cooling-device = <&cpu0 0 2>;
+ };
+ map3 {
+ trip = <&cpu_alert3>;
+ cooling-device = <&cpu0 0 1>;
+ };
+ };
};
};
};