arm64: dts: rockchip: rk3528: adjust trip-point-0/1/2 for thermal-zones

Signed-off-by: Liang Chen <cl@rock-chips.com>
Change-Id: I46cde51e3f1a48a2a5fb4bae8bb5564071434e14
This commit is contained in:
Liang Chen
2023-04-03 19:38:56 +08:00
committed by Tao Huang
parent 7f95a5b165
commit f08095c70c

View File

@@ -386,17 +386,17 @@
trips {
threshold: trip-point-0 {
temperature = <90000>;
temperature = <95000>;
hysteresis = <2000>;
type = "passive";
};
target: trip-point-1 {
temperature = <105000>;
temperature = <110000>;
hysteresis = <2000>;
type = "passive";
};
soc_crit: soc-crit {
temperature = <115000>; /* millicelsius */
temperature = <120000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};