mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rk3399: fix the incorrect crit temperture
Fix the incorrect critial temperture for gpu thermal. Change-Id: I9ecfc107afcdbb421ae40cc796c40a39d6d68677 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
a8b948f89f
commit
e144ed1742
@@ -757,7 +757,7 @@
|
||||
type = "passive";
|
||||
};
|
||||
gpu_crit: gpu_crit {
|
||||
temperature = <950000>; /* millicelsius */
|
||||
temperature = <95000>; /* millicelsius */
|
||||
hysteresis = <2000>; /* millicelsius */
|
||||
type = "critical";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user