ARM64: dts: rk3399: adjust box temperature patameters

Change-Id: I24982ee8ccb0fc9cbc92f357661d3b07ca275920
Signed-off-by: buluess.li <buluess.li@rock-chips.com>
This commit is contained in:
buluess.li
2016-08-08 10:17:00 +08:00
committed by Gerrit Code Review
parent 2b442dc9a3
commit 146d659a6e

View File

@@ -704,11 +704,24 @@
status = "okay";
};
&threshold {
temperature = <85000>;
};
&target {
temperature = <100000>;
};
&soc_crit {
temperature = <105000>;
};
&tsadc {
/* tshut mode 0:CRU 1:GPIO */
rockchip,hw-tshut-mode = <1>;
/* tshut polarity 0:LOW 1:HIGH */
rockchip,hw-tshut-polarity = <1>;
rockchip,hw-tshut-temp = <110000>;
status = "okay";
};