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 <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>
This commit is contained in:
Frank Wunderlich
2021-07-25 18:34:51 +02:00
committed by Matthias Brugger
parent e73f0f0ee7
commit 293cb6b0ea

View File

@@ -160,7 +160,7 @@
trips {
cpu_passive: cpu-passive {
temperature = <47000>;
temperature = <57000>;
hysteresis = <2000>;
type = "passive";
};