From: Caesar Wang Date: Tue, 3 May 2016 07:46:53 +0000 (+0800) Subject: arm64: dts: rk3399: fix the incorrect crit temperture X-Git-Tag: firefly_0821_release~2705 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=commitdiff_plain;h=e144ed17423f4ba013eb84eaa4bed64f92a4dd07 arm64: dts: rk3399: fix the incorrect crit temperture Fix the incorrect critial temperture for gpu thermal. Change-Id: I9ecfc107afcdbb421ae40cc796c40a39d6d68677 Signed-off-by: Caesar Wang --- diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 5bccc6c1a8c3..656526648459 100644 --- 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 = <950000>; /* millicelsius */ + temperature = <95000>; /* millicelsius */ hysteresis = <2000>; /* millicelsius */ type = "critical"; };