arm: dts: mt7623: increase passive cooling trip
authorFrank Wunderlich <frank-w@public-files.de>
Sun, 25 Jul 2021 16:34:51 +0000 (18:34 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
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 <frank-w@public-files.de>
Link: https://lore.kernel.org/r/20210725163451.217610-1-linux@fw-web.de
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt7623.dtsi

index 3c11f7c..a7d62db 100644 (file)
 
                                trips {
                                        cpu_passive: cpu-passive {
-                                               temperature = <47000>;
+                                               temperature = <57000>;
                                                hysteresis = <2000>;
                                                type = "passive";
                                        };