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:
Caesar Wang
2016-05-03 15:46:53 +08:00
committed by Gerrit Code Review
parent a8b948f89f
commit e144ed1742

View File

@@ -757,7 +757,7 @@
type = "passive";
};
gpu_crit: gpu_crit {
temperature = <950000>; /* millicelsius */
temperature = <95000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};