From e144ed17423f4ba013eb84eaa4bed64f92a4dd07 Mon Sep 17 00:00:00 2001 From: Caesar Wang Date: Tue, 3 May 2016 15:46:53 +0800 Subject: [PATCH] arm64: dts: rk3399: fix the incorrect crit temperture Fix the incorrect critial temperture for gpu thermal. Change-Id: I9ecfc107afcdbb421ae40cc796c40a39d6d68677 Signed-off-by: Caesar Wang --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; -- 2.34.1