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 May 12, 2022
1 parent d9cf8aa commit ad7979e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions arch/arm64/boot/dts/mediatek/mt7622.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,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 @@ -175,12 +169,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 ad7979e

Please sign in to comment.