ARM64: dts: rockchip: rk3399: vr: adjust temperature
authorwuliangqing <wlq@rock-chips.com>
Wed, 31 Aug 2016 03:46:45 +0000 (11:46 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 1 Sep 2016 03:26:31 +0000 (11:26 +0800)
Change-Id: Ifef9ff7092a6f80e805bfcb249ed41c4a5c7a4fa
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-vr-android.dts

index 995280834fc3c5c0ad780211be52827b94359cce..05668407ff2ed9312a35679643cb9426591e9059 100644 (file)
        };
 };
 
+&threshold {
+       temperature = <85000>; /* millicelsius */
+};
+
+&target {
+       temperature = <100000>; /* millicelsius */
+};
+
+&soc_crit {
+       temperature = <105000>; /* millicelsius */
+};
+
 &tsadc {
        rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
        rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
+       rockchip,hw-tshut-temp = <110000>;
        status = "okay";
 };