From bdcb2d710fb8c53cf8c1d6a743caaaa7722bafaa Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 Sep 2018 13:44:48 +0200 Subject: arm: dts: increase thermal thresholds for NanoPI M4 It relies on the default 70/85/115 degrees of the RK3399 and occasionally throttles, but some other boars use 85/100/115, so let's switch to this. With these values, the machine doesn't throttle anymore as it barely reaches 78 degrees once strongly overclocked using the stock heatsink. --- arch/arm64/boot/dts/rockchip/rk3399-nanopi4-rev01.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-nanopi4-rev01.dts b/arch/arm64/boot/dts/rockchip/rk3399-nanopi4-rev01.dts index ffc9416..fc592be 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi4-rev01.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi4-rev01.dts @@ -51,3 +51,15 @@ sound-dai = <&i2s1>; }; }; + +&threshold { + temperature = <85000>; /* millicelsius */ +}; + +&target { + temperature = <100000>; /* millicelsius */ +}; + +&soc_crit { + temperature = <115000>; /* millicelsius */ +}; -- 2.9.0