Skip to content

Commit

Permalink
arm64: dts: rockchip: reduce thermal limits on rk3399-pinephone-pro
Browse files Browse the repository at this point in the history
[ Upstream commit 33e24f0 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Jarrah Gosbell authored and gregkh committed Mar 3, 2023
1 parent 0b892d8 commit fd606d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@
};
};

&cpu_alert0 {
temperature = <65000>;
};
&cpu_alert1 {
temperature = <68000>;
};

&cpu_l0 {
cpu-supply = <&vdd_cpu_l>;
};
Expand Down

0 comments on commit fd606d6

Please sign in to comment.