aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Wunderlich <[email protected]>2021-07-25 18:34:51 +0200
committerMatthias Brugger <[email protected]>2021-08-04 19:14:26 +0200
commit293cb6b0ea19e628388959da4baa9558e891afc0 (patch)
treec7e2783d46b4e5011c7d61e704c15169f93907d2
parente73f0f0ee7541171d89f2e2491130c7771ba58d3 (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.dtsi2
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";
};