Update mt7986a-bananapi-bpi-r3mini-emmc.dts

This commit is contained in:
padavanonly 2024-07-27 21:39:23 +08:00 committed by GitHub
parent bfb021163e
commit 181f828e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,13 +137,13 @@
&cpu_thermal {
trips {
cpu_trip_critical: critical {
temperature = <50000>;
temperature = <95000>;
hysteresis = <2000>;
type = "critical";
};
cpu_trip_hot: hot {
temperature = <40000>;
temperature = <45000>;
hysteresis = <2000>;
type = "hot";
};
@ -155,7 +155,7 @@
};
cpu_trip_passive: passive {
temperature = <30000>;
temperature = <20000>;
hysteresis = <2000>;
type = "passive";
};