arm64: dts: opi5pro/5max: Adjust the driving frequency of the pwm fan

This commit is contained in:
baiywt 2024-05-07 21:14:40 +08:00
parent 95059f4d53
commit e0bc0b1ead
2 changed files with 2 additions and 2 deletions

View File

@ -415,7 +415,7 @@
fan: pwm-fan {
compatible = "pwm-fan";
#cooling-cells = <2>;
pwms = <&pwm9 0 50000 0>;
pwms = <&pwm9 0 20000000 0>;
cooling-levels = <0 50 100 150 200 255>;
rockchip,temp-trips = <
50000 1

View File

@ -301,7 +301,7 @@
fan: pwm-fan {
compatible = "pwm-fan";
#cooling-cells = <2>;
pwms = <&pwm2 0 50000 0>;
pwms = <&pwm2 0 20000000 0>;
cooling-levels = <0 50 100 150 200 255>;
rockchip,temp-trips = <
50000 1