mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user