We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084c8e2 commit 8df47e1Copy full SHA for 8df47e1
arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts
@@ -191,6 +191,18 @@
191
cpu-supply = <&vdd_cpu_b>;
192
};
193
194
+&cpu_alert0 {
195
+ temperature = <85000>;
196
+};
197
+
198
+&cpu_alert1 {
199
+ temperature = <100000>;
200
201
202
+&cpu_crit {
203
+ temperature = <105000>;
204
205
206
&display_subsystem {
207
status = "okay";
208
@@ -725,6 +737,15 @@
725
737
status = "disabled";
726
738
727
739
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
728
749
&u2phy0 {
729
750
730
751
0 commit comments