projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8b948f
)
arm64: dts: rk3399: fix the incorrect crit temperture
author
Caesar Wang
<wxt@rock-chips.com>
Tue, 3 May 2016 07:46:53 +0000
(15:46 +0800)
committer
Gerrit Code Review
<gerrit@rock-chips.com>
Tue, 3 May 2016 09:48:04 +0000
(17:48 +0800)
Fix the incorrect critial temperture for gpu thermal.
Change-Id: I9ecfc107afcdbb421ae40cc796c40a39d6d68677
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 5bccc6c1a8c3d7be40beede854577151bce32d84..65652664845950bd285a3d2d4c3e6e50959cd41e 100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/
arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@
-757,7
+757,7
@@
type = "passive";
};
gpu_crit: gpu_crit {
- temperature = <95000
0
>; /* millicelsius */
+ temperature = <95000>; /* millicelsius */
hysteresis = <2000>; /* millicelsius */
type = "critical";
};