aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Wunderlich <frank-w@public-files.de>2021-07-25 18:34:51 +0200
committerMatthias Brugger <matthias.bgg@gmail.com>2021-08-04 19:14:26 +0200
commit293cb6b0ea19e628388959da4baa9558e891afc0 (patch)
treec7e2783d46b4e5011c7d61e704c15169f93907d2
parentLinux 5.14-rc1 (diff)
downloadlinux-dev-293cb6b0ea19e628388959da4baa9558e891afc0.tar.xz
linux-dev-293cb6b0ea19e628388959da4baa9558e891afc0.zip
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>
-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";
};