]> Git Repo - linux.git/commitdiff
arm: dts: mt7623: increase passive cooling trip
authorFrank Wunderlich <[email protected]>
Sun, 25 Jul 2021 16:34:51 +0000 (18:34 +0200)
committerMatthias Brugger <[email protected]>
Wed, 4 Aug 2021 17:14:26 +0000 (19:14 +0200)
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]>
arch/arm/boot/dts/mt7623.dtsi

index 3c11f7cfcc4013d6439c2fef6c5bdfc76bb8efb7..a7d62dbad6026b6ff516147aff7277278249f7e8 100644 (file)
 
                                trips {
                                        cpu_passive: cpu-passive {
-                                               temperature = <47000>;
+                                               temperature = <57000>;
                                                hysteresis = <2000>;
                                                type = "passive";
                                        };
This page took 0.092159 seconds and 4 git commands to generate.