Skip to content

Commit

Permalink
arm: dts: mt7623: update thermal trips
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Dec 14, 2022
1 parent c92b648 commit 19e179e
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions arch/arm/boot/dts/mt7623.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,11 @@

trips {
cpu_passive: cpu-passive {
temperature = <57000>;
temperature = <77000>;
hysteresis = <2000>;
type = "passive";
};

cpu_active: cpu-active {
temperature = <67000>;
hysteresis = <2000>;
type = "active";
};

cpu_hot: cpu-hot {
temperature = <87000>;
hysteresis = <2000>;
Expand All @@ -194,14 +188,6 @@
};

map1 {
trip = <&cpu_active>;
cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};

map2 {
trip = <&cpu_hot>;
cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
Expand Down

0 comments on commit 19e179e

Please sign in to comment.