arm64: dts: rockchip: reduce thermal limits on rk3399-pinephone-pro
authorJarrah Gosbell <kernel@undef.tools>
Wed, 7 Dec 2022 11:32:13 +0000 (11:32 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 10 Jan 2023 13:49:56 +0000 (14:49 +0100)
While this device uses the rk3399 it is also enclosed in a tight package
and cooled through the screen and back case. The default rk3399 thermal
limits can result in a burnt screen.

These lower limits have resulted in the existing burn not expanding and
will hopefully result in future devices not experiencing the issue.

Signed-off-by: Jarrah Gosbell <kernel@undef.tools>
Link: https://lore.kernel.org/r/20221207113212.8216-1-kernel@undef.tools
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

index 04403a76238b83358957c00663d314074687c466..a0795a2b1cb168d96eb2f85b982480a6ea14faf1 100644 (file)
        };
 };
 
+&cpu_alert0 {
+       temperature = <65000>;
+};
+&cpu_alert1 {
+       temperature = <68000>;
+};
+
 &cpu_l0 {
        cpu-supply = <&vdd_cpu_l>;
 };