dts: rockchip: rk3399-fine3399: adjust pwm-fan control strategy

-cooling-levels = <0 30 60 90 120 160>;
+cooling-levels = <0 50 100 150 200 255>;

-temperature = <50000>;
+temperature = <55000>;
This commit is contained in:
Lemon 2025-12-07 21:15:10 +08:00 committed by Igor
parent e34c660423
commit c48393a3e6

View File

@ -128,7 +128,7 @@
fan0: pwm-fan {
compatible = "pwm-fan";
cooling-levels = <0 30 60 90 120 160>;
cooling-levels = <0 50 100 150 200 255>;
#cooling-cells = <2>;
fan-supply = <&vcc_sys>;
pwms = <&pwm1 0 40000 0>;
@ -198,7 +198,7 @@
&cpu_thermal {
trips {
cpu_warm: cpu_warm {
temperature = <50000>;
temperature = <55000>;
hysteresis = <2000>;
type = "active";
};