mirror of
https://github.com/armbian/build.git
synced 2025-09-19 12:41:39 +02:00
* Bump Meson64 EDGE to 5.13 * Bump Rockchip64 EDGE to 5.13.y * Bump Odroid Xu4 edge to 5.13.y * Bump rockchip edge to 5.13.y
26 lines
696 B
Diff
26 lines
696 B
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
index 8a8cf0e..6cef1e3 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
@@ -722,17 +722,17 @@
|
|
|
|
trips {
|
|
cpu_alert0: cpu_alert0 {
|
|
- temperature = <70000>;
|
|
+ temperature = <85000>;
|
|
hysteresis = <2000>;
|
|
type = "passive";
|
|
};
|
|
cpu_alert1: cpu_alert1 {
|
|
- temperature = <75000>;
|
|
+ temperature = <95000>;
|
|
hysteresis = <2000>;
|
|
type = "passive";
|
|
};
|
|
cpu_crit: cpu_crit {
|
|
- temperature = <95000>;
|
|
+ temperature = <100000>;
|
|
hysteresis = <2000>;
|
|
type = "critical";
|
|
};
|