mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
committed by
Gerrit Code Review
parent
2b442dc9a3
commit
146d659a6e
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user