Commit 33e24f07 authored by Jarrah Gosbell's avatar Jarrah Gosbell Committed by Heiko Stuebner

arm64: dts: rockchip: reduce thermal limits on rk3399-pinephone-pro

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: default avatarJarrah Gosbell <kernel@undef.tools>
Link: https://lore.kernel.org/r/20221207113212.8216-1-kernel@undef.toolsSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8c3313e8
......@@ -104,6 +104,13 @@ wifi_pwrseq: sdio-wifi-pwrseq {
};
};
&cpu_alert0 {
temperature = <65000>;
};
&cpu_alert1 {
temperature = <68000>;
};
&cpu_l0 {
cpu-supply = <&vdd_cpu_l>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment