summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2023-04-19 14:37:15 +0300
committerandy.hu <andy.hu@starfivetech.com>2023-04-19 14:37:15 +0300
commit7073f0765f275f33356be47bb82def12fe27af6c (patch)
tree89efe541a9096ced7fa95d8dd9da6f695d138722 /arch
parent50558a9403817926360053a321b45b8f6d2fefbf (diff)
parent97aa2eec241cad750e1bd5ff82d3e7d0a34847f1 (diff)
downloadlinux-7073f0765f275f33356be47bb82def12fe27af6c.tar.xz
Merge branch 'CR_4114_thermal_5.15_ziv.xu' into 'jh7110-5.15.y-devel'
CR_4114_thermal_5.15_ziv.xu See merge request sdk/linux!773
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/boot/dts/starfive/jh7110.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi
index bc2b660e1096..9e7032e5369a 100644
--- a/arch/riscv/boot/dts/starfive/jh7110.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi
@@ -651,14 +651,14 @@
trips {
cpu_alert0: cpu_alert0 {
/* milliCelsius */
- temperature = <75000>;
+ temperature = <85000>;
hysteresis = <2000>;
type = "passive";
};
cpu_crit: cpu_crit {
/* milliCelsius */
- temperature = <90000>;
+ temperature = <100000>;
hysteresis = <2000>;
type = "critical";
};