Skip to content

Commit 8df47e1

Browse files
committed
arm64: dts: rockchip: rock-4c-plus: enable thermal zones
1 parent 084c8e2 commit 8df47e1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,18 @@
191191
cpu-supply = <&vdd_cpu_b>;
192192
};
193193

194+
&cpu_alert0 {
195+
temperature = <85000>;
196+
};
197+
198+
&cpu_alert1 {
199+
temperature = <100000>;
200+
};
201+
202+
&cpu_crit {
203+
temperature = <105000>;
204+
};
205+
194206
&display_subsystem {
195207
status = "okay";
196208

@@ -725,6 +737,15 @@
725737
status = "disabled";
726738
};
727739

740+
&tsadc {
741+
/* tshut mode 0:CRU 1:GPIO */
742+
rockchip,hw-tshut-mode = <1>;
743+
/* tshut polarity 0:LOW 1:HIGH */
744+
rockchip,hw-tshut-polarity = <1>;
745+
rockchip,hw-tshut-temp = <110000>;
746+
status = "okay";
747+
};
748+
728749
&u2phy0 {
729750
status = "okay";
730751

0 commit comments

Comments
 (0)