Skip to content

Commit 170e4a0

Browse files
Adjusting therm trip points
1 parent a498d06 commit 170e4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,13 @@
229229

230230
trips {
231231
cpu_alert: cpu-alert {
232-
temperature = <100000>;
232+
temperature = <105000>;
233233
hysteresis = <2000>;
234234
type = "passive";
235235
};
236236

237237
cpu-crit {
238-
temperature = <105000>;
238+
temperature = <110000>;
239239
hysteresis = <2000>;
240240
type = "critical";
241241
};

0 commit comments

Comments
 (0)