diff options
author | Frank Wunderlich <[email protected]> | 2021-07-25 18:34:51 +0200 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2021-08-04 19:14:26 +0200 |
commit | 293cb6b0ea19e628388959da4baa9558e891afc0 (patch) | |
tree | c7e2783d46b4e5011c7d61e704c15169f93907d2 | |
parent | e73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff) |
arm: dts: mt7623: increase passive cooling trip
MT7623/BPI-R2 has idle temperature after bootup from 48 degrees celsius
increase the passive trip temp threshold to not trottle CPU frequency at
this temperature
Signed-off-by: Frank Wunderlich <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/mt7623.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi index 3c11f7cfcc40..a7d62dbad602 100644 --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi @@ -160,7 +160,7 @@ trips { cpu_passive: cpu-passive { - temperature = <47000>; + temperature = <57000>; hysteresis = <2000>; type = "passive"; }; |