Skip to content

Commit

Permalink
arm64: dts: mediatek: 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 1db129e commit 674a164
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions arch/arm64/boot/dts/mediatek/mt7622.dtsi
Expand Up @@ -150,17 +150,11 @@

trips {
cpu_passive: cpu-passive {
temperature = <47000>;
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 @@ -182,12 +176,6 @@
};

map1 {
trip = <&cpu_active>;
cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
<&cpu1 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 674a164

Please sign in to comment.